Re: Sorting at client side

2001-10-31 Thread Troy Hart
John, your solution is similar to how most people would do it, but it wouldn't be client side sorting. The only way you are going to do client side sorting would be to use javascript or an applet... Personally, I wouldn't recomend client side sorting. Raj, are you sure you want to do this on

RE: Sorting at client side

2001-10-31 Thread John Schroeder
Raj, I have implemented this. I have created an object called Table which holds tabular data (typically populated from a ResultSet). This object has a sort() method which takes the column index as a parameter and will sort the Table according to that column index. On the JSP side, I have 2 tag

RE: Sorting at client side

2001-10-31 Thread MacKellar, Kimberly
How are you storing the information in the columns? Kim -Original Message- From: Rajeshwar Rao V [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 31, 2001 2:05 PM To: Struts Users Mailing List Subject: Sorting at client side Hi , We are displaying data in tabular form in