Hi,
I have a list of SomeObjects. And "abc" is the date field of that. To sort that list by abc I have done following but its not working.
Ordering ordering=new Ordering("abc",true);
ordering.orderList(list);
But it does do ordering on that list. Am I doing something wrong? Ordering can work with Date?
Thanks
Denna
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
This archive was generated by hypermail 2.0.0 : Wed May 04 2005 - 11:37:44 EDT