Hi list, I am using dataScroller for paginating a list. I would like to have access to the current page in the bean in order to load it whenever a user returns to a list that was previously loaded. My scenario is the user is loading a set of detail pages and when he/she comes back to the list it isn´t loading the page that he/she was at prior to going to the detail pages. So I was thinking if I can keep the current page in the bean but continue using datascroller since I don´t want to reimplement all the pagination logic that this component already provides.
Thanks, JV

