8 Replies Latest reply on Jul 6, 2007 9:18 AM by doensen

    Bug: Problem with pageIndex in rich:datascroller.

      The pageIndex attribute doesn't handling in rich:datascroller.
      I'm use this like the following:
      <rich:tab ...>
      <rich:dataTable...
      </rich:dataTable>
      <rich:datascroller
      for="MyTable"
      maxPages="20"
      pageIndex="#{MySessionManagedBean.currentPageIdx}"/>

      My managed bean is statefull and have correct currentPageIdx property, but component when render doesn't shift position.
      What is wrong?