[richfaces-svn-commits] JBoss Rich Faces SVN: r12455 - trunk/docs/userguide/en/src/main/docbook/included.
richfaces-svn-commits at lists.jboss.org
richfaces-svn-commits at lists.jboss.org
Wed Jan 28 07:57:44 EST 2009
Author: cluts
Date: 2009-01-28 07:57:43 -0500 (Wed, 28 Jan 2009)
New Revision: 12455
Modified:
trunk/docs/userguide/en/src/main/docbook/included/column.xml
Log:
RF-5642 - a note with necessary information has been added.
Modified: trunk/docs/userguide/en/src/main/docbook/included/column.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/column.xml 2009-01-28 12:37:31 UTC (rev 12454)
+++ trunk/docs/userguide/en/src/main/docbook/included/column.xml 2009-01-28 12:57:43 UTC (rev 12455)
@@ -394,7 +394,14 @@
order. But if recurring rows appear in the table the
relative second column are sorted in ascending order. </para>
<para>You can customize the sorting's icon element using
- "rich-sort-icon" class.</para>
+ "rich-sort-icon" class.</para>
+ <note>
+ <title>Note</title>
+ <para>
+ In order to sort a column with the values not in English you can add the <code>org.richfaces.datatableUsesViewLocale</code> context parameter in your web.xml.
+ Its value should be "true".
+ </para>
+ </note>
<!-- <para> The <emphasis>
<property>"sortPriority"</property>
</emphasis> attribute defines a set of column
More information about the richfaces-svn-commits
mailing list