Hi, 
 
if you provide your own implementation of 
org.apache.myfaces.trinidad.model.CollectionModel - as value of <tr:table> - 
the component just calls 
setSortCriteria(List criteria) of your model. And the model is responsible for 
sorting. 
Therefore your sort strategy can be case-insensitive.
 
Regards
 
  Harald
************************************** 
Harald Kuhn 
AirPlus International 
Business Information Services 
Phone:   +49 (0) 61 02 204-821 
Fax:     +49 (0) 61 02 204-139 
E-Mail:   [EMAIL PROTECTED] 
Internet:   <http://www.airplus.com/> www.airplus.com 
************************************** 

AirPlus International - Winner of the Buying Business Travel Diamond Award 2008 
for Best Corporate Card Provider 

Lufthansa AirPlus Servicekarten GmbH · Hans-Böckler-Straße 7 · 63263 
Neu-Isenburg · Deutschland · Geschäftsführer: Patrick W. Diemer (Vorsitz), 
Klaus Busch · Vorsitzender des Aufsichtsrates: Stephan Gemkow · 
Handelsregister: Amtsgericht Offenbach/Main, HRB 8119  

-----Original Message-----
From: sandeep gururaj [mailto:[EMAIL PROTECTED] 
Sent: Friday, July 04, 2008 7:20 AM
To: MyFaces Discussion
Subject: RE: (Trinidad) Table column sorting for case-insensitive



Hello All,

 

I would like to know if anybody has done case-insensitive sorting for their 
columns. If so, please let me know how.

 

~Sandeep

 

 

  _____  

From: sandeep gururaj [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, July 02, 2008 11:21 PM
To: [email protected]
Subject: (Trinidad) Table column sorting for case-insensitive

 

Hello All,

 

I have a question on Sorting on a column in a table.

 

<tr:column sortProperty="firstname" sortable="true">

 

Currently with the above tag the column is displaying in a CaseSensitive manner 
like Capital letters first and later Smaller case. Is there any tag/way which 
supports for CaseInSensitive sort?

 

Thanks

~Sandeep

Reply via email to