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/02/11 19:57:00 UTC

DO NOT REPLY [Bug 16971] New: - "multiple" attribute on select tag should not render when false

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

"multiple" attribute on select tag should not render when false

           Summary: "multiple" attribute on select tag should not render
                    when false
           Product: Struts
           Version: Unknown
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Custom Tags
        AssignedTo: struts-dev@jakarta.apache.org
        ReportedBy: justin-struts@ashworth.org


There is currently no value that can be passed to the "multiple" attribute of 
the <html:select> tag that would indicate you want to render the component as a 
single select - not even false.  This would be useful in the case where you 
have a generic JSP that, depending on a value retrieved from some bean, may 
render a single or multiple select.

Maximum backwards compatibility could be achieved if the only value that would 
render a single select is "false".  Chances are that nobody is currently using 
the value "false" to render a multiple select.

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