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/09 07:10:14 UTC

DO NOT REPLY [Bug 15912] New: - Client-side validation fails if not all form-fields are specified on 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=15912>.
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=15912

Client-side validation fails if not all form-fields are specified on page

           Summary: Client-side validation fails if not all form-fields are
                    specified on page
           Product: Struts
           Version: 0.5 Final
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Validator Framework
        AssignedTo: struts-dev@jakarta.apache.org
        ReportedBy: matt@raibledesigns.com


If you have form that has three fields: username, password, firstName.

in form.jsp - you only specify username, password as fields.
in validation.xml - you specify that username, password and firstName are all
required fields.

Client side/javascript validation will not "kick in" - all fields must be in the
JSP.  It'd be cool if this wasn't a requirement.

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>