4 Replies Latest reply on Jun 24, 2009 9:39 AM by avaldez314

    datascroller, datatable and browser back button

      Hi, I have an a4j:form with a rich:datatable and a rich:datascroller that store the current page in a backing bean (session scoped).

      If the user navigates away from that page, and then hit the browser's back button the datatable and the datascroller don't show the latest page that the user was viewing, instead it shows the first page of data.

      If the user hit the browser reload button the datatable and datascroller are update to the latest viewed data page.

      As a workaround I implement a back button link that solved this issue, but I just want to know if there is a better way of solve this kind of issue...