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 aacb77a Updates production by Jenkins aacb77a is described below commit aacb77a2fc9764c20a3b16801be4588cbeb8cffd Author: jenkins <bui...@apache.org> AuthorDate: Sat Feb 2 16:31:04 2019 +0000 Updates production by Jenkins --- content/tag-developers/checkboxlist-tag.html | 29 ++++++---------------------- 1 file changed, 6 insertions(+), 23 deletions(-) diff --git a/content/tag-developers/checkboxlist-tag.html b/content/tag-developers/checkboxlist-tag.html index feb48bc..79fde07 100644 --- a/content/tag-developers/checkboxlist-tag.html +++ b/content/tag-developers/checkboxlist-tag.html @@ -131,30 +131,17 @@ <p>Please make sure you have read the <a href="tag-syntax.html">Tag Syntax</a> document and understand how tag attribute syntax works.</p> -<table> - <tbody> - <tr> - </tr> - </tbody> -</table> - -<p> <p> - Note that the listkey and listvalue attribute will default to "key" and "value" - respectively only when the list attribute is evaluated to a Map or its descendant. - Everything else will result in listkey and listvalue to be null and not used. - </p> -</p> +<p>Note that the <code class="highlighter-rouge">listkey</code> and <code class="highlighter-rouge">listvalue</code> attribute will default to <code class="highlighter-rouge">"key"</code> and <code class="highlighter-rouge">"value"</code> +respectively only when the list attribute is evaluated to a Map or its descendant. +Everything else will result in <code class="highlighter-rouge">listkey</code> and <code class="highlighter-rouge">listvalue</code> to be null and not used.</p> <p><strong>Description</strong></p> -<p> - Creates a series of checkboxes from a list. Setup is like `<s:select />` or `<s:radio />`, but creates checkbox tags. - -</p> +<p>Creates a series of checkboxes from a list. Setup is like <code class="highlighter-rouge"><s:select /></code> or <code class="highlighter-rouge"><s:radio /></code>, but creates checkbox tags.</p> <p><strong>Parameters</strong></p> -<p> <table width="100%"> +<table width="100%"> <tr> @@ -1000,18 +987,14 @@ </tr> - </table> - -</p> +</table> <p><strong>Examples</strong></p> <div class="highlighter-rouge"><pre class="highlight"><code> <span class="nt"><s:checkboxlist</span> <span class="na">name=</span><span class="s">"foo"</span> <span class="na">list=</span><span class="s">"bar"</span><span class="nt">/></span> - </code></pre> </div> - </section> </article>