This is an automated email from the ASF dual-hosted git repository.
lukaszlenart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/struts-site.git
The following commit(s) were added to refs/heads/master by this push:
new d7db327 WW-3877 Adds note about dropping altSyntax
d7db327 is described below
commit d7db327201f6c3001eee13ebe77f37fa5cb69979
Author: Lukasz Lenart <[email protected]>
AuthorDate: Thu Dec 17 10:39:58 2020 +0100
WW-3877 Adds note about dropping altSyntax
---
source/tag-developers/alt-syntax.md | 3 +++
1 file changed, 3 insertions(+)
diff --git a/source/tag-developers/alt-syntax.md
b/source/tag-developers/alt-syntax.md
index 490f655..4d85e1a 100644
--- a/source/tag-developers/alt-syntax.md
+++ b/source/tag-developers/alt-syntax.md
@@ -8,6 +8,9 @@ parent:
# Alt Syntax
+> Note: As from Struts 2.6 option to disable the AltSyntax has been removed
and now using %{...} is the only way
+> to create an expression as stated below.
+
The _altSyntax_ is an option that can be defined in `struts.xml`. By default
it is set to true and it is **strongly**
recommend you do not change that unless you are upgrading from WebWork 2.1.7
or previous versions.