3 Replies Latest reply on Feb 13, 2009 8:25 PM by nbelaevski

    Customized rich:dataScroller

    ahoehma

      Hello folks,

      how is it possible to create a datascroller like this:

      "< previous" - "Page 1 of 4 (81 items) 1 | 2 | 3 | 4 " - "next >"

      if a define a facet "pages" like this (taken from the examples)

      <rich:datascroller ... pageIndexVar="pageIndex"
       pagesVar="pages">
       <f:facet name="pages">
       <h:outputText value="#{pageIndex} / #{pages}" />
       </f:facet>
      </rich:datascroller>


      the i dont have clickable pages

      regards
      andreas