3 Replies Latest reply on Oct 4, 2007 11:10 AM by maksimkaszynski

    how to control a paginator? goto last page etc...

    henrik.lindberg

      Hi,
      How can I tell a rich:dataScroller to go to the last page from Java code?

      I would also like to be able to scroll to a page where a particular object is.

      My use case is that I am displaying a list of objects, the user adds things to this list. If the list is not sorted they are simply added last. When the list is ordered, the objects end somewhere in the sort order and I would like to go to the page where the object is being displayed.

      Is there some "scroll into view" concept?