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/04/19 07:30:00 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 9b43e13  Update core40.md
9b43e13 is described below

commit 9b43e13e590a1920c97d236bfc1920de33860213
Author: Thomas Andraschko <ta...@apache.org>
AuthorDate: Mon Apr 19 09:29:53 2021 +0200

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

diff --git a/core40.md b/core40.md
index e28736e..2f2a9b1 100644
--- a/core40.md
+++ b/core40.md
@@ -209,7 +209,7 @@ MyFaces core behavior can be customized, adding some web config params into your
 | o.a.m.NUMBER_OF_SEQUENTIAL_VIEWS_IN_SESSION| 2.0.6| 4| | Indicates the amount of views (default is not active) that should be stored in session between sequential POST or POST-REDIRECT-GET if org|
 | 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.NUMBER_OF_CLIENT_WINDOWS_IN_SESSION| 4.0.0| 10 | | Indicate the max number of ClientWindows stored into session|
+| jakarta.faces.NUMBER_OF_CLIENT_WINDOWS | 4.0.0 | 10 | | Indicate the max number of ClientWindows, which is used by ClientWindowScoped.|
 
 ## Integration / SPI