Author: ayanul
Date: 2008-05-07 05:31:54 -0400 (Wed, 07 May 2008)
New Revision: 8467
Modified:
trunk/test-applications/facelets/src/main/webapp/WEB-INF/web.xml
Log:
+add context-param [org.jboss.jbossfaces.WAR_BUNDLES_JSF_IMPL
Modified: trunk/test-applications/facelets/src/main/webapp/WEB-INF/web.xml
===================================================================
--- trunk/test-applications/facelets/src/main/webapp/WEB-INF/web.xml 2008-05-07 08:12:48
UTC (rev 8466)
+++ trunk/test-applications/facelets/src/main/webapp/WEB-INF/web.xml 2008-05-07 09:31:54
UTC (rev 8467)
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<web-app version="2.4"
xmlns="http://java.sun.com/xml/ns/j2ee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
- <description>RF Test-Application</description>
+ <description>RichFaces Test-Application</description>
<display-name>test-application</display-name>
<context-param>
<param-name>org.ajax4jsf.SKIN</param-name>
@@ -51,6 +51,10 @@
<param-name>org.ajax4jsf.xmlparser.ORDER</param-name>
<param-value>NONE</param-value>
</context-param>
+<context-param>
+ <param-name>org.jboss.jbossfaces.WAR_BUNDLES_JSF_IMPL</param-name>
+ <param-value>true</param-value>
+</context-param>
<filter>
<display-name>Ajax4jsf Filter</display-name>
<filter-name>ajax4jsf</filter-name>