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/01/20 08:27:27 UTC

[myfaces-homepage] 08/46: Update coreConceptsCacheElExpressions.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

commit 6054eb4c78dc45bc9b89dcf8c05b80090c7ff9fc
Author: Thomas Andraschko <ta...@apache.org>
AuthorDate: Mon Aug 10 15:25:18 2020 +0200

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

diff --git a/coreConceptsCacheElExpressions.md b/coreConceptsCacheElExpressions.md
index cf1aed3..4a49273 100644
--- a/coreConceptsCacheElExpressions.md
+++ b/coreConceptsCacheElExpressions.md
@@ -7,7 +7,7 @@ Just add this to your web.xml file:
 ```xml
 <context-param>
     <param-name>org.apache.myfaces.CACHE_EL_EXPRESSIONS</param-name>
-    <param-value>always</param-value>
+    <param-value>alwaysRecompile</param-value>
 </context-param>
 ```