Re: sort the list

2006-09-26 Thread Thomas Joseph
e will get you to Success. - Original Message - From: "Strachan, Paul" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Tuesday, September 26, 2006 12:52 PM Subject: RE: sort the list You could create your own sort class which implements java.ut

RE: sort the list

2006-09-26 Thread Strachan, Paul
); } } then: MySort sort = new MySort(); Collections.sort(myList, sort); -Original Message- From: Gomathi [mailto:[EMAIL PROTECTED] Sent: Tuesday, 26 September 2006 4:05 PM To: Struts Users Mailing List Subject: sort the list Hai, I have one arralist,I have to sort that list by using the

Re: sort the list

2006-09-25 Thread Li
e this sql query, I have one method to sort I have to use inside this method or? - Original Message - From: "Li" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Tuesday, September 26, 2006 11:46 AM Subject: Re: sort the list > It 's better if yo

Re: sort the list

2006-09-25 Thread Gomathi
Hai u said using direct ssql Where i give this sql query, I have one method to sort I have to use inside this method or? - Original Message - From: "Li" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Tuesday, September 26, 2006 11:46 AM Subject:

Re: sort the list

2006-09-25 Thread Li
It 's better if you can store sorted one in different list. And it is better you retrieve sorted data from your persistent layer or dao * you can use direct sql query * or use object mapping like hibernate Good luck On 9/26/06, Gomathi <[EMAIL PROTECTED]> wrote: Hai, I have one arrali

sort the list

2006-09-25 Thread Gomathi
Hai, I have one arralist,I have to sort that list by using the lastname and the sorted list store in samelist. How to solve this Thanks and advance gomathi