Github user lukaszlenart commented on a diff in the pull request:
https://github.com/apache/struts/pull/7#discussion_r10771988
--- Diff: core/src/main/resources/template/simple/checkboxlist.ftl ---
@@ -29,7 +29,13 @@
<#else>
<#assign itemKey = stack.findValue('top')/>
</#if>
- <#if parameters.listValue??>
+ <#if parameters.listValueKey??>
--- End diff --
And one more thing - you must extend also `CheckboxList` class or
`ListUIBean` and add new field `listValueKey` - there is no magic which will
transfer `<s:checkbox valueKey="..."/>` to `listValueKey` ;-)
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]