[RDBO] Rose::HTML::Form-validate()

2007-01-31 Thread Derek Watson
I see that as of 0.546, form validate() calls get passed to sub-forms by default, * Added a cascade parameter to validate(), which defaults to true. (Suggested by Guillermo Roditi) Which is great - exactly what I needed! But there is an order-of-operations problem for me, because

Re: [RDBO] Rose::HTML::Form-validate()

2007-01-31 Thread John Siracusa
On 1/31/07, Derek Watson [EMAIL PROTECTED] wrote: I see that as of 0.546, form validate() calls get passed to sub-forms by default, * Added a cascade parameter to validate(), which defaults to true. (Suggested by Guillermo Roditi) Which is great - exactly what I needed! But there is an

Re: [RDBO] Rose::HTML::Form-validate()

2007-01-31 Thread John Siracusa
On 1/31/07, John Siracusa [EMAIL PROTECTED] wrote: I think the solution is pretty simple: don't re-validate fields in sub-forms when the cascade option is on (which it is, by default). I plan to include this change in the next release. ...and this change is in SVN, if you want to give it a