[richfaces-svn-commits] JBoss Rich Faces SVN: r11540 - trunk/samples/editorSeam-sample/src/main/webapp/WEB-INF.
richfaces-svn-commits at lists.jboss.org
richfaces-svn-commits at lists.jboss.org
Thu Dec 4 05:37:18 EST 2008
Author: abelevich
Date: 2008-12-04 05:37:18 -0500 (Thu, 04 Dec 2008)
New Revision: 11540
Modified:
trunk/samples/editorSeam-sample/src/main/webapp/WEB-INF/web.xml
Log:
use jsf impls from the war bundle
Modified: trunk/samples/editorSeam-sample/src/main/webapp/WEB-INF/web.xml
===================================================================
--- trunk/samples/editorSeam-sample/src/main/webapp/WEB-INF/web.xml 2008-12-04 10:15:51 UTC (rev 11539)
+++ trunk/samples/editorSeam-sample/src/main/webapp/WEB-INF/web.xml 2008-12-04 10:37:18 UTC (rev 11540)
@@ -11,6 +11,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>
<listener>
<listener-class>org.jboss.seam.servlet.SeamListener</listener-class>
</listener>
More information about the richfaces-svn-commits
mailing list