On Tue, 18 Jul 2006 00:12:52 +0000 (UTC), Franz Zieher <[EMAIL PROTECTED]> 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. _______________________________________________ Twisted-web mailing list [email protected] http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-web
