Hi,

I've experienced this problem, here is the code (from the
FormTutorial):

    @expose(template=".templates.add")
    def add(self, tg_errors=None):
        print "ERRORS", tg_errors
        print "ERRORS", getattr(request, "validation_errors", None)
        return dict(form=comment_form)

    @expose()
    @validate(form=comment_form)
    @error_handler(add)

anyone experiencing this?

Ciao
Michele


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears Trunk" 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/turbogears-trunk
-~----------~----~----~----~------~----~------~--~---

Reply via email to