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/04/14 15:22:28 UTC

DO NOT REPLY [Bug 18993] New: - JavaScript validation - "required" doesn't work with multiple selects in Netscape 4.61

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=18993>.
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=18993

JavaScript validation - "required" doesn't work with multiple selects in Netscape 4.61

           Summary: JavaScript validation - "required" doesn't work with
                    multiple selects in Netscape 4.61
           Product: Struts
           Version: 1.1 RC1
          Platform: All
        OS/Version: Other
            Status: NEW
          Severity: Minor
          Priority: Other
         Component: Validator Framework
        AssignedTo: struts-dev@jakarta.apache.org
        ReportedBy: luht@dataart.com


In generic "validation-rules.xml" fields of type "select-multiple" are not 
checked. While in MSIE <multiple select field>.type is "select-one", in NN 4.61 
it's "select-multiple". 
This causes the following effect: user is allowed to proceed and not given any 
alerts when he/she leaves a multiple select field (which is marked 
as 'required' in validation.xml) is not filled. 
Solution: add "select-multiple" to "validation-rules.xml" in all places 
where "select-one" is used.

---------------------------------------------------------------------
To unsubscribe, e-mail: struts-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-dev-help@jakarta.apache.org