Hi,

I haven't tried that myself. I'd recommend turning what you have below
into a test case, which will make it obvious that something should get
fixed...

Kevin

On 3/30/06, Michele Cella <[EMAIL PROTECTED]> wrote:
>
> 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
>
>
> >
>


--
Kevin Dangoor
Author of the Zesty News RSS newsreader

email: [EMAIL PROTECTED]
company: http://www.BlazingThings.com
blog: http://www.BlueSkyOnMars.com

--~--~---------~--~----~------------~-------~--~----~
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