Hi All
I am using rich faces 4.0 data table along with JSF 2.0 , Glassfish 3.1
I have an issue in my datascroller for data table,
I am able to navigate to different pages by clickign the page numbers.
My first and Last Buttons in datascroller are working fine too.
For some reason the prvious, next, fast forward and fast rewind buttons are not working. The next button always take me to first page and the other two buttons does not even work.
I tried chanign the scope of bean and other things too...it did not work.
I saw in the link below that i need to add some java script methods, do i need anything
Please let me know if i missed anything
Try to saveState for scrollPage if you are not using the Session bean. I encountered similar problem, and this appears fixed the issue.