Is there an easy way to get the sorting to not be case sensitive?

In the archives i see a message about getting dates to sort by changing the type to a new class that implements comparable and in particular adding the compareTo method that simply calls it on the underlying dates. I'm thinking this would work for making the sorts not case sensitive as my compareTo method would simply neutralize the case of the objects getting compared. But this has the unpleasant side effect of requiring me to change my objects to return this special class instead of Strings, which i'd rather not do.

thanks.
.peter


------------------------------------------------------- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with a free DVD software kit from IBM. Click Now! http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click _______________________________________________ displaytag-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to