0 Replies Latest reply on Mar 10, 2008 10:35 AM by manub

    rich:datascroller newbie question

      Hi there,

      I'm new with RichFaces development and I'm trying to use a datascroller for a dataTable I written.

      I'm using the same syntax as the demo source code: after the closing dataTable tag, I inserted a spacer and typed this:

      <rich:datascroller align="center" for="myList"/>

      my DataTable of course have myList as ID and I put rows="5". but when I display the page, I see 7 result in my table (first page) and even if the scroller show 2 page it isn't possible to change the page.

      I haven't changed the DataModel used to populate my Data Table, I don't know if it is correct, but I didn't find any useful info about this.

      Any suggestions?

      Thanks in advance.