You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ta...@apache.org on 2021/03/17 11:59:19 UTC

[myfaces-homepage] branch master updated: Update core40.md

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 5947c56  Update core40.md
5947c56 is described below

commit 5947c56e41042f391c6bc03372fd4af00c373bcd
Author: Thomas Andraschko <ta...@apache.org>
AuthorDate: Wed Mar 17 12:59:15 2021 +0100

    Update core40.md
---
 core40.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/core40.md b/core40.md
index 5e6e4f9..58bc9b3 100644
--- a/core40.md
+++ b/core40.md
@@ -210,6 +210,7 @@ MyFaces core behavior can be customized, adding some web config params into your
 | o.a.m.CHECK_ID_PRODUCTION_MODE| 2.0.12, 2.1.6| auto| true, auto, false| Define how duplicate ids are checked when ProjectStage is Production, by default (auto) it only check ids of components that does not encapsulate markup (like facelets UILeaf)|
 | o.a.m.NUMBER_OF_FLASH_TOKENS_IN_SESSION| 2.2.6| | | Indicate the max number of flash tokens stored into session|
 | o.a.m.FACES_FLOW_CLIENT_WINDOW_IDS_IN_SESSION| 2.2.6| | | Indicate the max number of client window ids stored into session by faces flow|
+| o.a.m.NUMBER_OF_CLIENT_WINDOWS_IN_SESSION| 4.0.0| 10 | | Indicate the max number of ClientWindows stored into session|
 
 ## Integration / SPI