[richfaces-svn-commits] JBoss Rich Faces SVN: r5816 - trunk/test-applications/facelets/src/main/webapp/WEB-INF.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Tue Feb 5 07:56:29 EST 2008


Author: viktor_volkov
Date: 2008-02-05 07:56:29 -0500 (Tue, 05 Feb 2008)
New Revision: 5816

Modified:
   trunk/test-applications/facelets/src/main/webapp/WEB-INF/faces-config.xml
Log:
default locale is set to en

Modified: trunk/test-applications/facelets/src/main/webapp/WEB-INF/faces-config.xml
===================================================================
--- trunk/test-applications/facelets/src/main/webapp/WEB-INF/faces-config.xml	2008-02-05 12:45:46 UTC (rev 5815)
+++ trunk/test-applications/facelets/src/main/webapp/WEB-INF/faces-config.xml	2008-02-05 12:56:29 UTC (rev 5816)
@@ -2,6 +2,11 @@
 <!DOCTYPE faces-config PUBLIC "-//Sun Microsystems, Inc.//DTD JavaServer Faces Config 1.1//EN"
                               "http://java.sun.com/dtd/web-facesconfig_1_1.dtd">
 <faces-config>
+<application>
+	<locale-config>
+		<default-locale>en</default-locale>
+	</locale-config>
+</application>
  <navigation-rule>
   <from-view-id>/pages/main.xhtml</from-view-id>
   <navigation-case>




More information about the richfaces-svn-commits mailing list