I've built a simple set of web pages that properly navigate and render Directories and Forms using _q_index(), _q_lookup, etc.
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? I've googled this to death and am starting to go in circles, in circles, in circles ... --------------------------------------------------------------------------- The information contained in this message may be privileged and / or confidential and protected from disclosure. If the reader of this message is not the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify the sender immediately by replying to this message and deleting the material from any computer. --------------------------------------------------------------------------- _______________________________________________ Quixote-users mailing list [email protected] http://mail.mems-exchange.org/mailman/listinfo/quixote-users
