You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sv...@apache.org on 2005/08/09 03:07:09 UTC

svn commit: r230943 - /myfaces/tomahawk/trunk/tld/myfaces_ext.tld

Author: svieujot
Date: Mon Aug  8 18:06:57 2005
New Revision: 230943

URL: http://svn.apache.org/viewcvs?rev=230943&view=rev
Log:
Adjust TLD descriptions for selectOneCountry & selectOneLanguage

Modified:
    myfaces/tomahawk/trunk/tld/myfaces_ext.tld

Modified: myfaces/tomahawk/trunk/tld/myfaces_ext.tld
URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/trunk/tld/myfaces_ext.tld?rev=230943&r1=230942&r2=230943&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/tld/myfaces_ext.tld (original)
+++ myfaces/tomahawk/trunk/tld/myfaces_ext.tld Mon Aug  8 18:06:57 2005
@@ -1709,6 +1709,7 @@
         <description>
             A localized list of countries choose box.
             The value binds to the country ISO 3166 code.
+            This is the same code as for java.util.Locale.getCountry().
 			The official codes list is available here :
 			http://www.iso.ch/iso/en/prods-services/iso3166ma/02iso-3166-code-lists/list-en1.html
         </description>
@@ -1733,7 +1734,8 @@
         <body-content>JSP</body-content>
         <description>
             A localized list of languages choose box.
-            The value binds to the language ISO 639-2 code (lowercase).
+            The value binds to the language ISO 639 code (lowercase).
+            This is the same code as for java.util.Locale.getLanguage().
 			The official codes list is available here :
 			http://www.loc.gov/standards/iso639-2/englangn.html
         </description>