optimzing pagination in JSF
hi,
i am using pagination in my application. But while i paginate it refresh the entire page insist of only datatable so that it take too much time for me to paginate. is there any way to optimize the pagination?
Regards,
Ananth.P
# 2
Too much time? It sounds like that you're reloading the complete set of, say, 1000 records and displaying only 10 of them everytime. Is that true? If so, redesign your loading logic and/or make use of session scoped beans to store data in session.
# 5
Take a look at Lilya Jsf Widgets and Ajax Capabilities at http://qlogic.ma/lilya
in the demo, you will find how to create datagrids with paging in minutes