[
https://issues.apache.org/jira/browse/WW-5025?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16794896#comment-16794896
]
Lukasz Lenart commented on WW-5025:
-----------------------------------
Did you try to use
https://struts.apache.org/tag-developers/checkboxlist-tag.html
https://struts.apache.org/maven/struts2-core/apidocs/org/apache/struts2/components/CheckboxList.html
Also you should use {{List}} or {{Set}} instead of {{Array}}. And it's far
better to ask such questions on the Struts Users Mailing List -
[email protected]
> Binding Integer Array upon form submission
> ------------------------------------------
>
> Key: WW-5025
> URL: https://issues.apache.org/jira/browse/WW-5025
> Project: Struts 2
> Issue Type: Bug
> Affects Versions: 2.5.20
> Reporter: Muhammad Salman
> Priority: Blocker
>
> We have just migrated our application on struts 2.5.20.
> In one of our use-cases, we have two checkboxes with same "name" attribute
> and upon submission, they submit integer values that we bind with Integer
> array being defined in the action.
> After migration, that thing stopped working.
> Here is my code snippet in JSP:
> {color:#14892c}<input type="checkbox" name="rfaAccessType" value="1"
> id="rfaacess_STORAGE">{color}
> {color:#14892c}<input type="checkbox" name="rfaAccessType" value="2"
> id="rfaacess_SERVER">{color}
>
> Here is the integer array in Action class (Setters and getters also defined)
> {color:#205081}private Integer[] rfaAccessType;{color}
>
> I need your help to remediate this issue. If this way of submitting form and
> binding it to an array still supported in Struts? If not, what should I do so
> that I have minimum change in my code?
>
>
>
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)