aspose file tools
The moose likes JSF and the fly likes Customizing scroller by using t:dataTable with t:dataScroller Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JSF
Reply Bookmark "Customizing scroller by using t:dataTable with t:dataScroller" Watch "Customizing scroller by using t:dataTable with t:dataScroller" New topic
Author

Customizing scroller by using t:dataTable with t:dataScroller

Klaus Schuster
Ranch Hand

Joined: Feb 10, 2009
Posts: 30
Hello,

I'm using a t:dataTable attached to a t:dataScroller. Currently, the t:dataScroller shows the navigation buttons and a list of page numbers
(e.g.: first, previous 1 2 3 etc).
I am using a collection in my t:dataTable by the attribute value=...
The Scroller shows me only 10 items of the full Collection.
My question is: How can I have access to the 10 shown items ? I only have my whole list in the backing bean.

The second question is, what happens if I sort the elements, can I get the shown items also in a sorted way?
Thanks,

Klaus
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Customizing scroller by using t:dataTable with t:dataScroller
 
Similar Threads
EL Syntax exception - javax faces el ReferenceSyntaxException
Component ID .... has already been found in the view with t:dataScroller.
Datascroller buttons disappear
DataTable with DataScroller issue
DataTable issue with DataScroller ???