[richfaces-issues] [JBoss JIRA] Created: (RF-2361) Pick List: Values should not be sorted on rendering

Ilya Shaikovsky (JIRA) jira-events at lists.jboss.org
Mon Mar 3 06:26:57 EST 2008


Pick List: Values should not be sorted on rendering
---------------------------------------------------

                 Key: RF-2361
                 URL: http://jira.jboss.com/jira/browse/RF-2361
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.2.0
            Reporter: Ilya Shaikovsky
         Assigned To: Anton Belevich
             Fix For: 3.2.0


		<rich:pickList value="#{pickListBean.result}">
			<f:selectItems value="#{pickListBean.optionsAvailable}"/>
		</rich:pickList>
		<h:commandButton value="submit"/>
		<rich:panel id="result">
			<f:facet name="header">
				<h:outputText value="#{pickListBean.items} Options Choosen"></h:outputText>
			</f:facet>
			<rich:dataTable value="#{pickListBean.result}" var="pickList" rendered="#{pickListBean.items>0}"> 
				<rich:column>
					<f:facet name="header">
						<h:outputText value="Oprtions Values"/>
					</f:facet>
					<h:outputText value="#{pickList}"/>
				</rich:column>
			</rich:dataTable>
		</rich:panel>

After I move some items to target list and press submit - values in dataTable renders ok(in proper order). But in pick list they resorted every time form submitted.

-- 
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

        



More information about the richfaces-issues mailing list