can someone tel me if and how locale sort work with display tagHi, Željko!
thanx, zb
------------------------------------------------------- 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_id56&alloc_id438&op=click _______________________________________________ displaytag-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/displaytag-user
What would you like to know? For example this works on my Win2K, slovenian default locale:
<display:table name="test" class="simple" >
<display:column property="id" title="ID" />
<display:column property="naziv" title="Naziv" sortable="true"/>
</display:table>
but not as expected. It looks like displaytag is using 8859-1 codepage, so Č and Š, for example, come out at the end of my table. I am using outside sorting within my query and use display tag for pure display and decoration purposes. I am sure you could persuade display tag to work with our locale, I just haven't digged into it (yet).
Regards, Ales
------------------------------------------------------- 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_id56&alloc_id438&op=click _______________________________________________ displaytag-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/displaytag-user

