You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by bu...@apache.org on 2003/01/22 18:08:46 UTC

DO NOT REPLY [Bug 16337] New: - Using the validator and DynaValidatorForm does not work with multi page

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: struts-dev@jakarta.apache.org
        ReportedBy: AymericAlibert@alliantenergy.com


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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>