Hi guys! I have a page with t:dataTable and t:dataScroller. I use ListDataModel for the table. The data for the table is in session scoped managed bean. In one of columns there is commandLink that navigates to details page for the objects of the table. On the details page there is a back button that navigates back to the dataTable page via navigation rule. When i use the scroller to go to other page and select the details page then get back on the dataTable page with the back button then the scroller's paginator shows the first page but on the dataTable is shown the page i was before. I want the dataTable to be the same as before. Where's the problem?
-- Seeing is believing

