You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2018/07/05 11:40:16 UTC

[myfaces-tobago] branch master updated: Parameters for better multi-window behaviour.

This is an automated email from the ASF dual-hosted git repository.

lofwyr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


The following commit(s) were added to refs/heads/master by this push:
     new 855a8a1  Parameters for better multi-window behaviour.
855a8a1 is described below

commit 855a8a163c1d2d59dbbc5aab32e86eccfd5eafad
Author: Udo Schnurpfeil <lo...@apache.org>
AuthorDate: Thu Jul 5 13:39:56 2018 +0200

    Parameters for better multi-window behaviour.
---
 .../tobago-example-demo/src/main/webapp/WEB-INF/web.xml        | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/tobago-example/tobago-example-demo/src/main/webapp/WEB-INF/web.xml b/tobago-example/tobago-example-demo/src/main/webapp/WEB-INF/web.xml
index 755f936..a7640a3 100644
--- a/tobago-example/tobago-example-demo/src/main/webapp/WEB-INF/web.xml
+++ b/tobago-example/tobago-example-demo/src/main/webapp/WEB-INF/web.xml
@@ -63,6 +63,16 @@
     <param-value>true</param-value>
   </context-param>
 
+  <context-param>
+    <param-name>org.apache.myfaces.NUMBER_OF_VIEWS_IN_SESSION</param-name>
+    <param-value>20</param-value>
+  </context-param>
+
+  <context-param>
+    <param-name>org.apache.myfaces.NUMBER_OF_SEQUENTIAL_VIEWS_IN_SESSION</param-name>
+    <param-value>4</param-value>
+  </context-param>
+
   <listener>
     <listener-class>org.apache.myfaces.tobago.example.demo.info.ActivitySessionListener</listener-class>
   </listener>