Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3533617
By: shon2006

I found the solution , you should add another property to your beans that 
contains
a version of your strings in all lower-case and use that property as the 
sortProperty
attribute. Something as simple as:
[code]
public String getCaseInsensitiveData() {  return getData().toLowerCase();}
[/code]
It just provides a separate property in your bean that you can use for sorting.
Only for sorting. Do not use this property for displaying. Display the "data"
property but sort on the "caseInsensitiveData" property.

______________________________________________________________________
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


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
displaytag-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to