[struts-site] branch master updated (868f4ab -> 3a46197)
This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/struts-site.git. from 868f4ab Merge pull request #93 from fanofxiaofeng/patch-16 add 2fa0f8c There seems to be an extra '\' new 3a46197 Merge pull request #94 from fanofxiaofeng/patch-17 The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: source/getting-started/using-tags.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- To stop receiving notification emails like this one, please contact ['"commits@struts.apache.org" '].
[struts-site] 01/01: Merge pull request #94 from fanofxiaofeng/patch-17
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 commit 3a461976841f9679077a78e9b9ed677ed9916cab Merge: 868f4ab 2fa0f8c Author: Lukasz Lenart AuthorDate: Mon Jan 8 13:35:09 2018 +0100 Merge pull request #94 from fanofxiaofeng/patch-17 There seems to be an extra '\' source/getting-started/using-tags.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- To stop receiving notification emails like this one, please contact "commits@struts.apache.org" .
[struts-site] branch asf-site updated: Updates production by Jenkins
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 ee7e148 Updates production by Jenkins ee7e148 is described below commit ee7e148b74323f73591034be1fdd469ac2bd2f08 Author: jenkins AuthorDate: Mon Jan 8 12:45:46 2018 + Updates production by Jenkins --- content/getting-started/using-tags.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/getting-started/using-tags.html b/content/getting-started/using-tags.html index 96ede6b..b51bfea 100644 --- a/content/getting-started/using-tags.html +++ b/content/getting-started/using-tags.html @@ -150,7 +150,7 @@ easier to reference dynamic data from a page, the Struts 2 framework offers a se HTML tag while providing added value. Other tags create non-standard, but useful controls. To use the Struts 2 tags on the view page, you must include a tag library directive. Typically, the taglib directive -is <%@ taglib prefix="s" uri="/struts-tags" %\>. So the prefix for all the Struts 2 tags will be s. +is <%@ taglib prefix="s" uri="/struts-tags" %>. So the prefix for all the Struts 2 tags will be s. If you want to actually read the Struts 2 tag TLD file, you’ll find it in the META-INF folder of the Struts 2 core jar. Struts 2 url Tag -- To stop receiving notification emails like this one, please contact ['"commits@struts.apache.org" '].