You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Henri Yandell (JIRA)" <ji...@apache.org> on 2007/08/07 05:44:38 UTC

[jira] Updated: (STR-1195) [taglib] "multiple" attribute on select tag should not render when false

     [ https://issues.apache.org/struts/browse/STR-1195?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Henri Yandell updated STR-1195:
-------------------------------

    Attachment: STR-1195.patch

Patch implementing this request.

> [taglib] "multiple" attribute on select tag should not render when false
> ------------------------------------------------------------------------
>
>                 Key: STR-1195
>                 URL: https://issues.apache.org/struts/browse/STR-1195
>             Project: Struts 1
>          Issue Type: Improvement
>          Components: Taglibs
>    Affects Versions: 1.1.0
>         Environment: Operating System: other
> Platform: Other
>            Reporter: Justin Ashworth
>            Assignee: Henri Yandell
>            Priority: Minor
>             Fix For: 1.4.0
>
>         Attachments: STR-1195.patch
>
>
> 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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.