On Wed, Jan 13, 2010 at 10:52:44AM +0100, Branko Vukelic wrote:
> You can access the POST data as a dictionary,

Yes? How?

> but it's much better to
> use form library to handle data extraction/validation for you.
> 
> http://webpy.org/form

Maybe, but I think it's not trivial to make that work with my application.
The form I'm using is extended dynamically using Javascript, so I can't
know how many inputs my form will have beforehand. Maybe I can extend my
Form object everytime the javascript asks for more HTML (it does it by
requesting it to my application, after all).

Thanks,

-- 
Pablo Antonio (AKA crazy2k)
http://www.pablo-a.com.ar/
-- 
You received this message because you are subscribed to the Google Groups 
"web.py" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/webpy?hl=en.


Reply via email to