1 Reply Latest reply on Sep 4, 2009 4:27 AM by ilya_shaikovsky

    richfaces et pagination

      Hi,
      In a project with JSF RichFaces I have a paged list.
      From this list I have access to details of the items displayed (works too!) Then return to liste.My problem is i allways back to the first page.For example if i go from the page 3 of my list to to the detail screen and I return to the list, I always fall on the first page.
      here's what i do to my jsp:

      <rich:datascroller id="scroller" for="pageListTable" binding="#{controller.datascroller}" page="#controller.currentPage}" action="#{controller.procesGetCurrentPage}"></rich:datascroller>

      Does anyone encountered a similar problem? thank you in advance for any help