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
The following commit(s) were added to refs/heads/master by this push:
new 3438ba5 Improve description for `<s:checkboxlist name>`
new 9823de8 Merge pull request #139 from dproviden/patch-1
3438ba5 is described below
commit 3438ba5ea21e8448c065acab3720f070682b9538
Author: Dillon <[email protected]>
AuthorDate: Mon Jan 6 14:13:18 2020 -0500
Improve description for `<s:checkboxlist name>`
Current description does not mention the most important function of this
attribute.
---
source/tag-developers/checkboxlist-tag.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/source/tag-developers/checkboxlist-tag.md
b/source/tag-developers/checkboxlist-tag.md
index 484ff1e..349206e 100644
--- a/source/tag-developers/checkboxlist-tag.md
+++ b/source/tag-developers/checkboxlist-tag.md
@@ -412,7 +412,7 @@ __Parameters__
<td align="left"
valign="top">String</td>
- <td align="left" valign="top">The name
to set for element</td>
+ <td align="left" valign="top">Set
element name. Set Struts Action field to populate with selected list keys.</td>
</tr>