[ http://issues.apache.org/struts/browse/STR-3?page=all ] David Evans reopened STR-3: ---------------------------
> select tag does not correctly render multiple selected options BugRat > Report#450 > -------------------------------------------------------------------------------- > > Key: STR-3 > URL: http://issues.apache.org/struts/browse/STR-3 > Project: Struts Action 1 > Type: Bug > Components: Taglibs > Versions: Nightly Build > Environment: Operating System: All > Platform: All > Reporter: Bruno Antunes > Assignee: Craig McClanahan > Fix For: 1.0.0 > > If we use a <struts:select ... multiple"any">, > the items rendered with the <struts:options ...> tag > are not correctly selected, only one item is > actually selected. > You have in your code something like > String match = selectTag.getMatch(); > The match should be in fact a Colection, and the > selected options should be rendered as > match.contains(value), instead of match.equals(value) -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/struts/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
