This is an automated email from the ASF dual-hosted git repository. git-site-role pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/struts-site.git
The following commit(s) were added to refs/heads/asf-site by this push: new 9eda0de Updates production by Jenkins 9eda0de is described below commit 9eda0de2c79400c9d37ff7f2371f31d649d24ece Author: jenkins <bui...@apache.org> AuthorDate: Wed Nov 15 19:58:54 2017 +0000 Updates production by Jenkins --- content/tag-developers/text-tag.html | 40 ++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/content/tag-developers/text-tag.html b/content/tag-developers/text-tag.html index ffa5170..184c948 100644 --- a/content/tag-developers/text-tag.html +++ b/content/tag-developers/text-tag.html @@ -159,6 +159,7 @@ If no value is found on the stack, the key of the message will be written out.</ <th>Evaluated</th> <th>Type</th> <th>Description</th> + <th>Since</th> </tr> </thead> <tbody> @@ -169,6 +170,7 @@ If no value is found on the stack, the key of the message will be written out.</ <td>false</td> <td>String</td> <td>Name of resource property to fetch</td> + <td> </td> </tr> <tr> <td>searchValueStack</td> @@ -177,6 +179,7 @@ If no value is found on the stack, the key of the message will be written out.</ <td>false</td> <td>Boolean</td> <td>Search the stack if property is not found on resources</td> + <td>Deprecated</td> </tr> <tr> <td>var</td> @@ -185,6 +188,43 @@ If no value is found on the stack, the key of the message will be written out.</ <td>false</td> <td>String</td> <td>Name used to reference the value pushed into the Value Stack</td> + <td> </td> + </tr> + <tr> + <td>escapeCsv</td> + <td>false</td> + <td>false</td> + <td>false</td> + <td>Boolean</td> + <td>Whether to escape CSV (useful to escape a value for a column)</td> + <td>2.5.14</td> + </tr> + <tr> + <td>escapeHtml</td> + <td>false</td> + <td>false</td> + <td>false</td> + <td>Boolean</td> + <td>Whether to escape HTML</td> + <td>2.5.14</td> + </tr> + <tr> + <td>escapeJavaScript</td> + <td>false</td> + <td>false</td> + <td>false</td> + <td>Boolean</td> + <td>Whether to escape Javascript</td> + <td>2.5.14</td> + </tr> + <tr> + <td>escapeXml</td> + <td>false</td> + <td>false</td> + <td>false</td> + <td>Boolean</td> + <td>Whether to escape XML</td> + <td>2.5.14</td> </tr> </tbody> </table> -- To stop receiving notification emails like this one, please contact ['"commits@struts.apache.org" <commits@struts.apache.org>'].