Author: chris.laprun(a)jboss.com
Date: 2011-01-20 16:33:36 -0500 (Thu, 20 Jan 2011)
New Revision: 5804
Modified:
components/wsrp/trunk/admin-gui/src/main/webapp/WEB-INF/web.xml
Log:
- GTNWSRP-181: Tell AS 6 to use JSF 1.2.
Modified: components/wsrp/trunk/admin-gui/src/main/webapp/WEB-INF/web.xml
===================================================================
--- components/wsrp/trunk/admin-gui/src/main/webapp/WEB-INF/web.xml 2011-01-20 17:32:20
UTC (rev 5803)
+++ components/wsrp/trunk/admin-gui/src/main/webapp/WEB-INF/web.xml 2011-01-20 21:33:36
UTC (rev 5804)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ JBoss, a division of Red Hat
- ~ Copyright 2010, Red Hat Middleware, LLC, and individual
+ ~ Copyright 2011, Red Hat Middleware, LLC, and individual
~ contributors as indicated by the @authors tag. See the
~ copyright.txt in the distribution for a full listing of
~ individual contributors.
@@ -37,6 +37,12 @@
<param-value>true</param-value>
</context-param>
+ <!-- Tell JBoss AS 6 to use JSF 1.2 -->
+ <context-param>
+ <param-name>org.jboss.jbossfaces.JSF_CONFIG_NAME</param-name>
+ <param-value>Mojarra-1.2</param-value>
+ </context-param>
+
<!-- Facelet configuration -->
<context-param>
<param-name>facelets.DEVELOPMENT</param-name>
Show replies by date