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

amashchenko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/struts-site.git

commit 1bdf27e215caac3421ea5d02781bf214bcd7c5b0
Author: Aleksandr Mashchenko <amashche...@apache.org>
AuthorDate: Tue Mar 13 18:53:44 2018 +0200

    fix OGNL page link
---
 source/tag-developers/tag-syntax.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/source/tag-developers/tag-syntax.md 
b/source/tag-developers/tag-syntax.md
index 06c44b0..5f28e45 100644
--- a/source/tag-developers/tag-syntax.md
+++ b/source/tag-developers/tag-syntax.md
@@ -29,7 +29,7 @@ Sometimes, we want to pass the dynamic data to a tag. For 
example, we might want
 
 ```
 
-The expression language ([OGNL](#PAGE_14198)) lets us call methods and 
evaluate properties. The method `getText` is provided by ActionSupport, which 
is the base class for most Actions. Since the Action is on the stack, we can 
call any of its methods from an expression, including `getText`.
+The expression language ([OGNL](ognl.html)) lets us call methods and evaluate 
properties. The method `getText` is provided by ActionSupport, which is the 
base class for most Actions. Since the Action is on the stack, we can call any 
of its methods from an expression, including `getText`.
 
 ## Non-String Attributes
 

-- 
To stop receiving notification emails like this one, please contact
amashche...@apache.org.

Reply via email to