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 44b8ed4 Automatic Site Publish by Buildbot
44b8ed4 is described below
commit 44b8ed47582480a0653b65b110548d7af950e3af
Author: buildbot <[email protected]>
AuthorDate: Sun Dec 12 16:47:43 2021 +0000
Automatic Site Publish by Buildbot
---
output/tag-developers/doubleselect-tag.html | 10 ++++++++++
output/tag-developers/inputtransferselect-tag.html | 10 ++++++++++
output/tag-developers/optiontransferselect-tag.html | 10 ++++++++++
3 files changed, 30 insertions(+)
diff --git a/output/tag-developers/doubleselect-tag.html
b/output/tag-developers/doubleselect-tag.html
index ecc8058..c4e1e3d 100644
--- a/output/tag-developers/doubleselect-tag.html
+++ b/output/tag-developers/doubleselect-tag.html
@@ -889,6 +889,16 @@ and <code class="highlighter-rouge">doublelistvalue</code>
to be null and not us
</tr>
</table>
+<h2 id="dynamic-attributes">Dynamic attributes</h2>
+
+<p>The tag supports dynamic attributes but if you want to add the attributes
to the second control which is generated
+by the tag use the <code class="highlighter-rouge">second-</code> prefix as
below:</p>
+
+<pre><code class="language-jsp"><s:doubleselect ...
second-control-id="id2"/>
+</code></pre>
+
+<p>The prefix will be stripped while generating the second control.</p>
+
<h2 id="examples">Examples</h2>
<pre><code class="language-jsp"> <s:doubleselect label="doubleselect test1"
name="menu" list="{'fruit','other'}" doubleName="dishes" doubleList="top ==
'fruit' ? {'apple', 'orange'} : {'monkey', 'chicken'}" />
diff --git a/output/tag-developers/inputtransferselect-tag.html
b/output/tag-developers/inputtransferselect-tag.html
index 23e9441..aaa5268 100644
--- a/output/tag-developers/inputtransferselect-tag.html
+++ b/output/tag-developers/inputtransferselect-tag.html
@@ -711,6 +711,16 @@ and <code
class="highlighter-rouge"><form_id>_<inputtransferselect_doub
</tr>
</table>
+<h2 id="dynamic-attributes">Dynamic attributes</h2>
+
+<p>The tag supports dynamic attributes but if you want to add the attributes
to the input control which is generated
+by the tag use the <code class="highlighter-rouge">input-</code> prefix as
below:</p>
+
+<pre><code class="language-jsp"><s:inputtransferselect ...
input-control-id="id2"/>
+</code></pre>
+
+<p>The prefix will be stripped while generating the second control.</p>
+
<h2 id="example">Example</h2>
<pre><code class="language-jsp"><s:inputtransferselect
diff --git a/output/tag-developers/optiontransferselect-tag.html
b/output/tag-developers/optiontransferselect-tag.html
index 7b2c7b0..d3b6925 100644
--- a/output/tag-developers/optiontransferselect-tag.html
+++ b/output/tag-developers/optiontransferselect-tag.html
@@ -1117,6 +1117,16 @@ and <code
class="highlighter-rouge"><form_id>_<optiontransferselect_dou
</tr>
</table>
+<h2 id="dynamic-attributes">Dynamic attributes</h2>
+
+<p>The tag supports dynamic attributes but if you want to add the attributes
to the right control which is generated
+by the tag use the <code class="highlighter-rouge">right-</code> prefix as
below:</p>
+
+<pre><code class="language-jsp"><s:ioptiontransferselect ...
right-control-id="id2"/>
+</code></pre>
+
+<p>The prefix will be stripped while generating the second control.</p>
+
<h2 id="examples">Examples</h2>
<p><strong>Minimum example</strong></p>