Author: manaRH
Date: 2010-09-02 10:04:59 -0400 (Thu, 02 Sep 2010)
New Revision: 13707
Modified:
branches/community/Seam_2_2/examples/icefaces/resources/WEB-INF/web.xml
branches/community/Seam_2_2/seam-gen/icefaces/resources/WEB-INF/web.xml
Log:
JBSEAM-4536 - added context param org.jboss.jbossfaces.JSF_CONFIG_NAME for using JSF 1.2
Modified: branches/community/Seam_2_2/examples/icefaces/resources/WEB-INF/web.xml
===================================================================
--- branches/community/Seam_2_2/examples/icefaces/resources/WEB-INF/web.xml 2010-09-02
13:44:18 UTC (rev 13706)
+++ branches/community/Seam_2_2/examples/icefaces/resources/WEB-INF/web.xml 2010-09-02
14:04:59 UTC (rev 13707)
@@ -74,11 +74,20 @@
<param-name>com.icesoft.faces.standardRequestScope</param-name>
<param-value>true</param-value>
</context-param>
- <context-param>
+
+ <context-param>
<param-name>com.icesoft.faces.concurrentDOMViews</param-name>
<param-value>true</param-value>
</context-param>
- <!-- servlets -->
+
+ <!-- this is only for JBoss AS 6 - it contains JSF RI 2.0.2 which has a bug
+ Remove this if you have upgraded to 2.0.3 -->
+ <context-param>
+ <param-name>org.jboss.jbossfaces.JSF_CONFIG_NAME</param-name>
+ <param-value>Mojarra-1.2</param-value>
+ </context-param>
+
+ <!-- servlets -->
<servlet>
<servlet-name>Faces Servlet</servlet-name>
<servlet-class>javax.faces.webapp.FacesServlet</servlet-class>
Modified: branches/community/Seam_2_2/seam-gen/icefaces/resources/WEB-INF/web.xml
===================================================================
--- branches/community/Seam_2_2/seam-gen/icefaces/resources/WEB-INF/web.xml 2010-09-02
13:44:18 UTC (rev 13706)
+++ branches/community/Seam_2_2/seam-gen/icefaces/resources/WEB-INF/web.xml 2010-09-02
14:04:59 UTC (rev 13707)
@@ -66,6 +66,13 @@
<param-name>com.icesoft.faces.standardRequestScope</param-name>
<param-value>true</param-value>
</context-param>
+
+ <!-- this is only for JBoss AS 6 - it contains JSF RI 2.0.2 which has a bug
+ Remove this if you have upgraded to 2.0.3 -->
+ <context-param>
+ <param-name>org.jboss.jbossfaces.JSF_CONFIG_NAME</param-name>
+ <param-value>Mojarra-1.2</param-value>
+ </context-param>
<!-- servlets -->
<servlet>
Show replies by date