Author: mvitenkov
Date: 2008-09-11 09:34:21 -0400 (Thu, 11 Sep 2008)
New Revision: 10413
Modified:
trunk/test-applications/jsp/src/main/webapp/WEB-INF/faces-config.xml
Log:
Bundle resource correction.
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-11
12:39:48 UTC (rev 10412)
+++ trunk/test-applications/jsp/src/main/webapp/WEB-INF/faces-config.xml 2008-09-11
13:34:21 UTC (rev 10413)
@@ -22,6 +22,13 @@
</navigation-case>
</navigation-rule>
<navigation-rule>
+ <from-view-id>/CustomizePage/first.jsp</from-view-id>
+ <navigation-case>
+ <from-outcome>next</from-outcome>
+ <to-view-id>/CustomizePage/second.jsp</to-view-id>
+ </navigation-case>
+ </navigation-rule>
+ <navigation-rule>
<from-view-id>*</from-view-id>
<navigation-case>
<from-outcome>main</from-outcome>
@@ -31,9 +38,10 @@
<application>
<locale-config>
<default-locale>en</default-locale>
- </locale-config>
+ <supported-locale>de</supported-locale>
+ </locale-config>
</application>
- <lifecycle>
+ <lifecycle>
<phase-listener
id="phaseTracker">util.phaseTracker.PhaseTracker</phase-listener>
</lifecycle>
</faces-config>
Show replies by date