On Friday 10 June 2005 11:17, Sells, Fred wrote:
> I am confused on validating and taking action on forms:  in the various
> examples I see the following form methods :
>    process(self, request)
>    action(self)
>    success(self)
>
> Some of my confusion is due to old vs. new style forms and ambiguity about
> what any particular google hit is referencing.  I would like to know the
> following:
>
> 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?
>

If you haven't already got to it, there's an interesting explanation of this 
topic in doc/form2conversion.txt.

Also, I made a kind of demo (now rather outdated but you can find in 
http://mail.mems-exchange.org/pipermail/quixote-users/2004-August/003208.html
)
but I don't think it brings anything that it's not already explained in the 
above doc, other than more examples.

--Oscar Rambla
_______________________________________________
Quixote-users mailing list
[email protected]
http://mail.mems-exchange.org/mailman/listinfo/quixote-users

Reply via email to