orderingList:
-------------
Key: RF-2417
URL:
http://jira.jboss.com/jira/browse/RF-2417
Project: RichFaces
Issue Type: Bug
Components: doc
Affects Versions: 3.1.4
Environment: windowxp, jdk 1.5.0_14,tomcat 5.5.25,eclipse3.3
Reporter: jessie
when set selection,it's wrong:
<h:form>
<rich:orderingList id="orderList_jessie"
orderControlsVisible="true"
var="localFile" fastOrderControlsVisible="true"
selection="#{taskBean.fileListSelected}"
value="#{taskBean.fileList}"
listWidth="250px" listHeight="260px"
converter="AttachFileConverter">
<rich:column>
<h:graphicImage value="#{localFile.iconPath}"></h:graphicImage>
<h:outputText value="#{localFile.name}"
style="font-size:13px;"></h:outputText>
</rich:column>
</rich:orderingList>
<h:commandButton action="#{taskBean.deleteLocalFile}" value="Delete
Selected Ones"></h:commandButton>
<h:messages showDetail="true"
showSummary="true"></h:messages>
</h:form>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira