This is an automated email from the ASF dual-hosted git repository.
git-site-role pushed a commit to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/struts-site.git
The following commit(s) were added to refs/heads/asf-staging by this push:
new 9336344 Updates stage by Jenkins
9336344 is described below
commit 93363447abcf2250c1942e8ec87f4306fcc177ff
Author: jenkins <[email protected]>
AuthorDate: Mon Feb 24 08:47:48 2020 +0000
Updates stage by Jenkins
---
content/tag-developers/a-tag.html | 2 ++
content/tag-developers/action-tag.html | 2 ++
content/tag-developers/doubleselect-tag.html | 2 --
content/tag-developers/file-tag.html | 2 --
content/tag-developers/form-tag.html | 4 +---
content/tag-developers/include-tag.html | 4 +---
content/tag-developers/iterator-tag.html | 2 +-
content/tag-developers/password-tag.html | 2 --
content/tag-developers/push-tag.html | 2 --
content/tag-developers/radio-tag.html | 2 --
content/tag-developers/textarea-tag.html | 2 --
content/tag-developers/textfield-tag.html | 2 --
12 files changed, 7 insertions(+), 21 deletions(-)
diff --git a/content/tag-developers/a-tag.html
b/content/tag-developers/a-tag.html
index c2f52ed..295e21d 100644
--- a/content/tag-developers/a-tag.html
+++ b/content/tag-developers/a-tag.html
@@ -138,6 +138,8 @@
<p>A tag that creates a HTML <code class="highlighter-rouge"><a>.</code>
This tag supports the same attributes as the <code
class="highlighter-rouge">url</code> tag, including nested parameters
using the <code class="highlighter-rouge">param</code> tag.</p>
+<p>Render a HTML href element</p>
+
<h2 id="attributes">Attributes</h2>
<table width="100%">
diff --git a/content/tag-developers/action-tag.html
b/content/tag-developers/action-tag.html
index 3c76631..37de788 100644
--- a/content/tag-developers/action-tag.html
+++ b/content/tag-developers/action-tag.html
@@ -156,6 +156,8 @@ the action cannot be accessed, For example:</p>
Is "myAction" null outside the tag? false
</code></pre></div></div>
+<p>Execute an action from within a view</p>
+
<h2 id="attributes">Attributes</h2>
<table width="100%">
diff --git a/content/tag-developers/doubleselect-tag.html
b/content/tag-developers/doubleselect-tag.html
index feb9dad..8bc28b5 100644
--- a/content/tag-developers/doubleselect-tag.html
+++ b/content/tag-developers/doubleselect-tag.html
@@ -141,8 +141,6 @@ and <code class="highlighter-rouge">doublelistvalue</code>
to be null and not us
<p>Renders two HTML select elements with second one changing displayed values
depending on selected entry of first one.</p>
-<p>Renders two HTML select elements with second one changing displayed values
depending on selected entry of first one.</p>
-
<h2 id="attributes">Attributes</h2>
<table width="100%">
diff --git a/content/tag-developers/file-tag.html
b/content/tag-developers/file-tag.html
index 9336c1a..f431ee4 100644
--- a/content/tag-developers/file-tag.html
+++ b/content/tag-developers/file-tag.html
@@ -135,8 +135,6 @@
<h2 id="description">Description</h2>
-<p>Renders an HTML file input element.</p>
-
<p>Render a file input field</p>
<h2 id="attributes">Attributes</h2>
diff --git a/content/tag-developers/form-tag.html
b/content/tag-developers/form-tag.html
index 923287b..edb7d72 100644
--- a/content/tag-developers/form-tag.html
+++ b/content/tag-developers/form-tag.html
@@ -135,7 +135,7 @@
<h2 id="description">Description</h2>
-<p>Renders HTML an input form.</p>
+<p>Renders an input form</p>
<p>The remote form allows the form to be submitted without the page being
refreshed. The results from the form can be
inserted into any HTML element on the page.</p>
@@ -152,8 +152,6 @@ inserted into any HTML element on the page.</p>
as if it is the posting url, separting the namespace from it and using
UrlHelper to generate the final url.</li>
</ol>
-<p>Renders an input form</p>
-
<h2 id="attributes">Attributes</h2>
<table width="100%">
diff --git a/content/tag-developers/include-tag.html
b/content/tag-developers/include-tag.html
index b458916..fa7c17f 100644
--- a/content/tag-developers/include-tag.html
+++ b/content/tag-developers/include-tag.html
@@ -135,7 +135,7 @@
<h2 id="description">Description</h2>
-<p>Include a servlet’s output (result of servlet or a JSP page).</p>
+<p>Include a servlet’s output (result of servlet or a JSP page)</p>
<blockquote>
<p><strong>Note:</strong> Any additional params supplied to the included
page are <strong>not</strong> accessible within the rendered page
@@ -148,8 +148,6 @@ via the HttpServletRequest object or from a JSP page via a
scriptlet.</p>
<p>Parameters are passed as request parameters, so use the <code
class="highlighter-rouge">${param.ParamName}</code> notation to access them. Do
not use
the <strong>property</strong> tag to access parameters in included files.</p>
-<p>Include a servlet’s output (result of servlet or a JSP page)</p>
-
<h2 id="attributes">Attributes</h2>
<table width="100%">
diff --git a/content/tag-developers/iterator-tag.html
b/content/tag-developers/iterator-tag.html
index a18eb5c..a0677b2 100644
--- a/content/tag-developers/iterator-tag.html
+++ b/content/tag-developers/iterator-tag.html
@@ -134,7 +134,7 @@
<p>Please make sure you have read the <a href="tag-syntax">Tag Syntax</a>
document and understand how tag attribute syntax works.</p>
<blockquote>
- <p><strong>NOTE</strong>: The id attribute is deprecated in Struts 2.1.x,
and has been replaced by the var attribute.
+ <p><strong>NOTE</strong>: The <code class="highlighter-rouge">id</code>
attribute is deprecated in Struts 2.1.x, and has been replaced by the <code
class="highlighter-rouge">var</code> attribute.
The <code class="highlighter-rouge">begin</code>, <code
class="highlighter-rouge">end</code> and <code
class="highlighter-rouge">step</code> attributes are only available from
2.1.7+</p>
</blockquote>
diff --git a/content/tag-developers/password-tag.html
b/content/tag-developers/password-tag.html
index bc1681b..5bd7829 100644
--- a/content/tag-developers/password-tag.html
+++ b/content/tag-developers/password-tag.html
@@ -135,8 +135,6 @@
<h2 id="description">Description</h2>
-<p>Render an HTML input tag of type password.</p>
-
<p>Render an HTML input tag of type password</p>
<h2 id="attributes">Attributes</h2>
diff --git a/content/tag-developers/push-tag.html
b/content/tag-developers/push-tag.html
index 1d3c15f..19200b2 100644
--- a/content/tag-developers/push-tag.html
+++ b/content/tag-developers/push-tag.html
@@ -137,8 +137,6 @@
<p>Push value on stack for simplified usage.</p>
-<p>Push value on stack for simplified usage.</p>
-
<h2 id="attributes">Attributes</h2>
<table width="100%">
diff --git a/content/tag-developers/radio-tag.html
b/content/tag-developers/radio-tag.html
index 27eac3b..3fa27cb 100644
--- a/content/tag-developers/radio-tag.html
+++ b/content/tag-developers/radio-tag.html
@@ -141,8 +141,6 @@ to be null and not used.</p>
<h2 id="description">Description</h2>
-<p>Render a radio button input field.</p>
-
<p>Renders a radio button input field</p>
<h2 id="attributes">Attributes</h2>
diff --git a/content/tag-developers/textarea-tag.html
b/content/tag-developers/textarea-tag.html
index 396a8a9..c969356 100644
--- a/content/tag-developers/textarea-tag.html
+++ b/content/tag-developers/textarea-tag.html
@@ -137,8 +137,6 @@
<p>Render HTML textarea tag.</p>
-<p>Render HTML textarea tag.</p>
-
<h2 id="attributes">Attributes</h2>
<table width="100%">
diff --git a/content/tag-developers/textfield-tag.html
b/content/tag-developers/textfield-tag.html
index de7bc80..34eaa97 100644
--- a/content/tag-developers/textfield-tag.html
+++ b/content/tag-developers/textfield-tag.html
@@ -137,8 +137,6 @@
<p>Render an HTML input field of type text</p>
-<p>Render an HTML input field of type text</p>
-
<h2 id="attributes">Attributes</h2>
<table width="100%">