Hi, I started using web.py few days ago and for now I like it.
Ok, that's enough for introduction. I chose web.py as a framework for my new Google App Engine application, and part of of this application will be ajax submitted form. I read http://webpy.org/form and also took a look at form.py source, but still I don't see any easy way to get "error messages" after failed validation. For example, on the webpage http://webpy.org/form there is a form which has " form.regexp('\d+', 'Must be a digit') " dalidator - how can I get this message from form object after form validatation? Thanks for great framework, cheers, bluszcz -- 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.
