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

yasserzamani 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 5b91cd9  WW-4888 Documents escaping possibilities of text-tag
5b91cd9 is described below

commit 5b91cd9f1c940366c1bacd56347aa3939dd1e89c
Author: Yasser Zamani <yasserzam...@apache.org>
AuthorDate: Wed Nov 15 23:28:02 2017 +0330

    WW-4888 Documents escaping possibilities of text-tag
---
 source/tag-developers/text-tag.md | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/source/tag-developers/text-tag.md 
b/source/tag-developers/text-tag.md
index dadf91b..dfbd6e8 100644
--- a/source/tag-developers/text-tag.md
+++ b/source/tag-developers/text-tag.md
@@ -25,11 +25,15 @@ For more details on using resource bundles with Struts 2 
read the [localization
 
 |__Dynamic Attributes Allowed__:|false|
 
-|Name|Required|Default|Evaluated|Type|Description|
-|----|--------|-------|---------|----|-----------|
+|Name|Required|Default|Evaluated|Type|Description|Since|
+|----|--------|-------|---------|----|-----------|-----|
 |name|__true__| |false|String|Name of resource property to fetch|
-|searchValueStack|false|false|false|Boolean|Search the stack if property is 
not found on resources|
+|searchValueStack|false|false|false|Boolean|Search the stack if property is 
not found on resources|Deprecated|
 |var|false| |false|String|Name used to reference the value pushed into the 
Value Stack|
+|escapeCsv|false|false|false|Boolean|Whether to escape CSV (useful to escape a 
value for a column)|2.5.14|
+|escapeHtml|false|false|false|Boolean|Whether to escape HTML|2.5.14|
+|escapeJavaScript|false|false|false|Boolean|Whether to escape 
Javascript|2.5.14|
+|escapeXml|false|false|false|Boolean|Whether to escape XML|2.5.14|
 
 
 ## Examples

-- 
To stop receiving notification emails like this one, please contact
['"commits@struts.apache.org" <commits@struts.apache.org>'].

Reply via email to