0 Replies Latest reply on Jul 9, 2009 5:19 PM by jayschm

    rich:datascroller, datatable and ScrollableTableDataModel

    jayschm

      I have a datascroller hooked to a dataTable and I've implemented database pagination by providing my own ScrollableTableDataModel extension. The only thing I ran into was ScrollableTableDataModel.walk() expects the given range to be a ScrollableTableDataRange, and what it was being passed was a SequenceRange.


      This was easy enough to work around, but I was wondering if this is either a bug or if there is some other, more correct way to do what I am doing. Any thoughts?


      Also, if there's a better place to ask this, please let me know. Thanks.