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

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Fri Apr 15 08:38:33 EDT 2011


     [ https://issues.jboss.org/browse/RF-10888?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nick Belaevski resolved RF-10888.
---------------------------------

    Resolution: Done


> 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) 
>          Components: component-tables
>            Reporter: Nick Belaevski
>            Assignee: Nick Belaevski
>            Priority: Critical
>              Labels: resolve, tran
>             Fix For: 4.0.1.Milestone1, 4.1.0.Milestone1
>
>
> 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