Re: Mutliform validation using a DynaValidatorForm

2003-02-19 Thread Steve Stair
There is indeed a bug in multipage DynaValidatorForm usage http://www.mail-archive.com/struts-user@jakarta.apache.org/msg55576.html -- Steve Stair [EMAIL PROTECTED] (512) 463-7991 - To unsubscribe, e-mail: [EMAIL PROTECTED] Fo

RE: Mutliform validation using a DynaValidatorForm

2003-02-19 Thread Andy
DynaValidatorActionForm and DynaValidatorForm don't work for multipage forms. The page attr is not being set for dynamic forms. http://issues.apache.org/bugzilla/show_bug.cgi?id=16337 The patch is pretty easy, but this got marked for 1.2. The patch I use locally is: public class MyForm ext

Re: Mutliform validation using a DynaValidatorForm

2003-02-19 Thread Dennis Muhlestein
There is a bug. "page" property on DynaValidatorForm (Or DynaActionForm for all I know) isn't set when then form is submitted. Don't know if this is a filed issue.. haven't checked. I had to make my own formbean to have a multi page form. Another issue you need to be aware of: If you have check