[richfaces-issues] [JBoss JIRA] Created: (RF-8260) I18N dataTable sort, add collator's attribute strength

Alain Bergeron (JIRA) jira-events at lists.jboss.org
Wed Jan 13 10:02:31 EST 2010


I18N dataTable sort, add collator's attribute strength
------------------------------------------------------

                 Key: RF-8260
                 URL: https://jira.jboss.org/jira/browse/RF-8260
             Project: RichFaces
          Issue Type: Patch
      Security Level: Public (Everyone can see)
          Components: component-tables
    Affects Versions: 3.3.2.SR1
            Reporter: Alain Bergeron
            Priority: Minor
             Fix For: Future


In jira http://jira.jboss.org/jira/browse/RF-5008, a locale dependant sorting capability was added.

The I18N sort uses the java.text.Collator class.  This class has an attribute (strength) which I wan't to set precisely so that sorting 
is done the way I wan't it.  In frech, I use this attribute maybe the default is ok for other languages.  Still, it is a writable attribute of the Collator class.


What I would like is to be able to define this attribute at the application level like the attribute org.richfaces.datatableUsesViewLocale.

So this requires configuration of this parameter and consideration of this parameter when org.richfaces.datatableUsesViewLocale is set.

I think that the class that does the sorting is WrappedBeanComparator2 but I haven't validated this.




-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the richfaces-issues mailing list