[richfaces-issues] [JBoss JIRA] Created: (RF-10888) Datascroller: incompatibility with sorting feature

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Wed Apr 13 16:47:33 EDT 2011


Datascroller: incompatibility with sorting feature
--------------------------------------------------

                 Key: RF-10888
                 URL: https://issues.jboss.org/browse/RF-10888
             Project: RichFaces
          Issue Type: Bug
      Security Level: Public (Everyone can see)
            Reporter: Nick Belaevski
            Priority: Critical


When data scroller is used together with filtering, it's always one step behind of filtered value due to model not being reset when row count is being requested.

        <it:dataTable keepSaved="true" id="richTable" var="record" value="#{personBean.dataModel}" rows="20">
        	<ui:include src="column.xhtml">
        		<ui:param name="property" value="name" />
        	</ui:include>
        	<ui:include src="column.xhtml">
        		<ui:param name="property" value="surname" />
        	</ui:include>
        	<ui:include src="column.xhtml">
        		<ui:param name="property" value="email" />
        	</ui:include>
        	
        	<f:facet name="footer">
				<it:dataScroller id="scroller" />
        	</f:facet>
		</it:dataTable>

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the richfaces-issues mailing list