Select many is not handled properly
-----------------------------------
Key: RF-4279
URL:
https://jira.jboss.org/jira/browse/RF-4279
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.2
Reporter: Nick Belaevski
Assignee: Nick Belaevski
Priority: Critical
Fix For: 3.2.2
<h:form>
<h:panelGroup layout="block" id="group">
<h:selectManyListbox value="#{bean.values}">
<f:selectItem itemValue="1" />
<f:selectItem itemValue="2" />
<f:selectItem itemValue="3" />
<f:selectItem itemValue="4" />
<f:selectItem itemValue="5" />
</h:selectManyListbox>
</h:panelGroup>
<h:commandButton value="Submit" />
<a4j:commandButton value="ajax Submit" />
</h:form>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira