Author: ppitonak(a)redhat.com
Date: 2011-10-11 11:17:38 -0400 (Tue, 11 Oct 2011)
New Revision: 22783
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/WEB-INF/web.xml
Log:
context param com.sun.faces.enableMissingResourceLibraryDetection added
Modified: modules/tests/metamer/trunk/application/src/main/webapp/WEB-INF/web.xml
===================================================================
--- modules/tests/metamer/trunk/application/src/main/webapp/WEB-INF/web.xml 2011-10-11
15:16:49 UTC (rev 22782)
+++ modules/tests/metamer/trunk/application/src/main/webapp/WEB-INF/web.xml 2011-10-11
15:17:38 UTC (rev 22783)
@@ -14,6 +14,10 @@
<param-value>Development</param-value>
</context-param>-->
<context-param>
+
<param-name>com.sun.faces.enableMissingResourceLibraryDetection</param-name>
+ <param-value>true</param-value>
+ </context-param>
+ <context-param>
<param-name>javax.faces.STATE_SAVING_METHOD</param-name>
<param-value>server</param-value>
</context-param>
Show replies by date