Hello,
I'm fairly new to MyFaces and I have an interesting question. I have a need on a particular screen for the MyFaces DataTable to display the last page of data. Right now I've implemented this by subclassing the DataTable with a custom table, integrating this into the application tag library and overriding the getFirst() implementation to always return the last page of data by setting the first row. This, however, breaks the scroller component. What I would like is to be able to allow the scroller to set the first row upon user input but to default to my custom getFirstRow() if the scroller has not called setFirst(). Is there any clean way to do this in MyFaces?
Thanks for any input,
James
Title: how to control scrolling
- how to control scrolling James Richards

