0 Replies Latest reply on Jul 24, 2008 1:00 PM by timgozag

    Back buttons

    timgozag

      I have a richface dataTable with a data scroller to jump from page to page in the table result.

      When I go to the next page in table result, is there anyway I can use the back button in IE to navigate back to the previous page?


      Here is the code:
      <rich:dataTable id="resultsTable" value="#{rows}" ...
      <rich:datascroller id="headerscroller" for="resultsTable" ...

      Thanks,