Author: ilya_shaikovsky
Date: 2010-03-22 08:59:20 -0400 (Mon, 22 Mar 2010)
New Revision: 16649
Modified:
branches/community/3.3.X/samples/richfaces-demo/src/main/webapp/WEB-INF/web.xml
Log:
org.ajax4jsf.handleViewExpiredOnClient added back(seems was removed by mistake before
previous release). Without this parameter - session expiration functionality broken.
Modified: branches/community/3.3.X/samples/richfaces-demo/src/main/webapp/WEB-INF/web.xml
===================================================================
---
branches/community/3.3.X/samples/richfaces-demo/src/main/webapp/WEB-INF/web.xml 2010-03-22
12:17:02 UTC (rev 16648)
+++
branches/community/3.3.X/samples/richfaces-demo/src/main/webapp/WEB-INF/web.xml 2010-03-22
12:59:20 UTC (rev 16649)
@@ -64,8 +64,10 @@
<param-name>javax.faces.DISABLE_FACELET_JSF_VIEWHANDLER</param-name>
<param-value>true</param-value>
</context-param>
-
-
+ <context-param>
+ <param-name>org.ajax4jsf.handleViewExpiredOnClient</param-name>
+ <param-value>true</param-value>
+ </context-param>
<listener>
<listener-class>
org.jboss.seam.servlet.SeamListener
Show replies by date