| Author |
Retrieving ArrayList from Display Table after sorting
|
nishant kumarmca
Greenhorn
Joined: Apr 03, 2010
Posts: 16
|
|
Hi,
I am using Display Table in my JSP page to show Data inside the table from Array List. The Table is sortable when user clicks on column header. I want that sorted list of data from Display Table to be set in my original Array List so that I can use that sorted data in next JSP page. Is it possible that Display Table will return me back the sorted list of Objects
Reply soon guys because I have to implement this in my project today only
thanks.
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56233
|
|
|
No, it is not. You'll need to gather the data from a form submission just like any other HTTP request.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
|
|
subject: Retrieving ArrayList from Display Table after sorting
|
|
|