[Twisted-web] Formal validation with custom locateChild

Valentino Volonghi aka Dialtone dialtone at divmod.com
Tue Jul 18 05:34:56 CDT 2006



On Tue, 18 Jul 2006 00:12:52 +0000 (UTC), Franz Zieher <franz.zieher at gmail.com> wrote:
>
>Being a beginner in using nevow/formal I can't see that
>my form gets validated nor the callbacks are executed
>when I use my own locateChild method.
>
>Do I have to take special care in the locateChild method if
>the form is posted?

You always (independently from locateChild) have to upcall the superclass implementation when the current locateChild finished the possibilities to find a child within itself in your customized way.

Then formal should work.



More information about the Twisted-web mailing list