On Fri, Jun 10, 2005 at 02:17:21PM -0400, Sells, Fred wrote: > Given that I'm using new style forms (quixote.form.form.py) I've subclassed > a quixote Form with MyForm > is there any MyForm.xxxxx method that is called by quixote to validate > MyForm? > is there any MyForm.yyyyy method that is called to take action if the > form is valid?
Nope. Take a look a quixote.demo.forms.form_demo(). With the new form library you often don't need to subclass Form. Neil _______________________________________________ Quixote-users mailing list [email protected] http://mail.mems-exchange.org/mailman/listinfo/quixote-users
