Author: ayanul
Date: 2008-06-06 06:14:53 -0400 (Fri, 06 Jun 2008)
New Revision: 8928
Modified:
branches/3.1.x/test-applications/facelets/src/main/webapp/WEB-INF/web.xml
Log:
added configuration for jboss server
Modified: branches/3.1.x/test-applications/facelets/src/main/webapp/WEB-INF/web.xml
===================================================================
--- branches/3.1.x/test-applications/facelets/src/main/webapp/WEB-INF/web.xml 2008-06-06
10:08:38 UTC (rev 8927)
+++ branches/3.1.x/test-applications/facelets/src/main/webapp/WEB-INF/web.xml 2008-06-06
10:14:53 UTC (rev 8928)
@@ -53,6 +53,10 @@
<param-name>org.ajax4jsf.COMPRESS_SCRIPT</param-name>
<param-value>false</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>
Show replies by date