DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16337>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16337

Using the validator and DynaValidatorForm does not work with multi page

           Summary: Using the validator and DynaValidatorForm does not work
                    with multi page
           Product: Struts
           Version: 1.1 Beta 3
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Major
          Priority: Other
         Component: Validator Framework
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


Using the validator examples shipped with struts.
Change the RegistrationForm from an ValidatorForm to a DynaValidatorForm.
Make the appropriate changes in the struts-config file and 
MultiRegistrationAction to use DynaActionForm.

When running the example, the javascript validation works fine but the server 
side validation is never called.
It seems that the page attribute on the DynaValidatorForm is not set. 
Therefore, it default to 0 and the server side validation is skipped.

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to