Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3258394 By: hippie1
Hi all I would like to sort a column case insensitive in a table, but I don't succeed. I have a collection which contains Cluster-Beans. These Beans have a property getClusterName() which return the name. In the DisplayTag Table this collection is sorted like i want: AMZ COOL DOOR angela i would like it like that: AMZ angela COOL DOOR how do i have to implement that (perhaps with decorator??)? I already tried to sort my collection by implementing the Comparable Interface in the cluster class. This works , but if i click on the ClusterName Column in the table to sort it again, then the sorting is wrong again. Any idea? Kind regards & Thanks hippie1 ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=249318 ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click _______________________________________________ displaytag-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/displaytag-user

