[seam-commits] Seam SVN: r8025 - branches/Seam_2_0/examples/icefaces/resources/WEB-INF.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Fri Apr 25 10:49:24 EDT 2008
Author: jguglielmin
Date: 2008-04-25 10:49:24 -0400 (Fri, 25 Apr 2008)
New Revision: 8025
Modified:
branches/Seam_2_0/examples/icefaces/resources/WEB-INF/web.xml
Log:
JBPAPP-477 just required concurrentDOMViews set to true in web.xml (tested with ICEfaces-v1.6.1 and v1.7.0)
Modified: branches/Seam_2_0/examples/icefaces/resources/WEB-INF/web.xml
===================================================================
--- branches/Seam_2_0/examples/icefaces/resources/WEB-INF/web.xml 2008-04-25 14:25:28 UTC (rev 8024)
+++ branches/Seam_2_0/examples/icefaces/resources/WEB-INF/web.xml 2008-04-25 14:49:24 UTC (rev 8025)
@@ -74,7 +74,10 @@
<param-name>com.icesoft.faces.standardRequestScope</param-name>
<param-value>true</param-value>
</context-param>
-
+ <context-param>
+ <param-name>com.icesoft.faces.concurrentDOMViews</param-name>
+ <param-value>true</param-value>
+ </context-param>
<!-- servlets -->
<servlet>
<servlet-name>Faces Servlet</servlet-name>
More information about the seam-commits
mailing list