[seam-commits] Seam SVN: r8077 - trunk/examples/icefaces/resources/WEB-INF.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Tue Apr 29 18:18:43 EDT 2008
Author: jguglielmin
Date: 2008-04-29 18:18:43 -0400 (Tue, 29 Apr 2008)
New Revision: 8077
Modified:
trunk/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: trunk/examples/icefaces/resources/WEB-INF/web.xml
===================================================================
--- trunk/examples/icefaces/resources/WEB-INF/web.xml 2008-04-29 20:06:04 UTC (rev 8076)
+++ trunk/examples/icefaces/resources/WEB-INF/web.xml 2008-04-29 22:18:43 UTC (rev 8077)
@@ -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