I haven't worked on Display tag library but if you follow the lines of Paul you must be able to do case insensitive sorting.
Assuming the tag library sorts on all
java objects you can do the following:
- Create a Wrapper for the data you want to perform case insensitive sorting as shown below:
And use this wrapper class in the display object.
[ January 19, 2006: Message edited by: Purushothaman Thambu ]