Author: mvitenkov
Date: 2008-09-26 05:28:55 -0400 (Fri, 26 Sep 2008)
New Revision: 10564
Modified:
trunk/test-applications/jsp/src/main/webapp/WEB-INF/faces-config.xml
Log:
Modified: trunk/test-applications/jsp/src/main/webapp/WEB-INF/faces-config.xml
===================================================================
--- trunk/test-applications/jsp/src/main/webapp/WEB-INF/faces-config.xml 2008-09-26
09:28:37 UTC (rev 10563)
+++ trunk/test-applications/jsp/src/main/webapp/WEB-INF/faces-config.xml 2008-09-26
09:28:55 UTC (rev 10564)
@@ -39,7 +39,11 @@
<locale-config>
<default-locale>en</default-locale>
<supported-locale>de</supported-locale>
- </locale-config>
+ </locale-config>
+ <resource-bundle>
+ <base-name>message_en</base-name>
+ <var>msg</var>
+ </resource-bundle>
</application>
<lifecycle>
<phase-listener
id="phaseTracker">util.phaseTracker.PhaseTracker</phase-listener>
Show replies by date