session « Datatable « JSF Q&A





1. JSF session issue    stackoverflow.com

I have got a situation where I have list of records say 10,000, I am using datatable and I am using paging,(10 records per display). I wanted to put put that ...

2. Dynamically add sortOrder into existing column of extendedDataTable    stackoverflow.com

In my project, I have many views using extendedDataTable. Now, I want to make sorting on these table preserved in session. So I add sortOrder="#sessionData.columnSortOrders[columnUniqueName]}" to the columns. How I can do ...