Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: Strategy to name/process many similar form fields with cgi.pm?

by ruoso (Curate)
on Apr 06, 2007 at 11:06 UTC ( [id://608641]=note: print w/replies, xml ) Need Help??


in reply to Strategy to name/process many similar form fields with cgi.pm?

Even knowing that this wasn't your question, I'd like to point out something that may help you even more, considering this will run in a controlled environment.

XForms is a not-so-new-but-not-so-known technology that implements a client-side MVC infrastructure to HTML forms. This is a W3C standard (http://www.w3.org/TR/xforms/) that has a quite stable support in mozilla by the use of an extension (http://www.mozilla.org/projects/xforms/), and recently CGI.pm has accepted a patch I made to support XForms requests.

When you install the XForms extension, you can see the mozilla examples (http://www.mozilla.org/projects/xforms/samples.html), and you'll see how this can help in controlled environments such as intranets. The difference is that you'll receive structured data as XML, instead of having to workaround it in html.

There's also a patch for HTTP::Body (http://rt.cpan.org/Ticket/Display.html?id=22057) to support that, but that patch wasn't accepted yet.

daniel
  • Comment on Re: Strategy to name/process many similar form fields with cgi.pm?

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://608641]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (6)
As of 2024-04-19 08:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found