rich:scrollableDataTable does not reset index position
------------------------------------------------------
Key: RF-9732
URL:
https://jira.jboss.org/browse/RF-9732
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Environment: Windows 7, JBoss 5.1, Seam2.2
Reporter: M Chisty
We are using rich:scrollableDataTable as part of our search functionality.
Here is the scenario: given some search criteria, the search result (ArrayList) is shown
in scrollableDataTable. However, it appears that the search results page is being cached.
For example:
------------
- A search was performed. Result returned 200 records.
- Scrolled down to the second/third page of the search results.
- Then a new search was done with another search criteria which returned 300 records.
- The new search result was shown from the last state of the index position.
However the business requirement is that for every new search, the result should be
defaulted from the 0th index position; and not from the last state.
Is there any way to manipulate this with rich:scrollableDataTable ?
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira