We have just migrated our application from 2.2.3 to 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:
<input type="checkbox" name="rfaAccessType" value="1" id="rfaacess_STORAGE"> <input type="checkbox" name="rfaAccessType" value="2" id="rfaacess_SERVER"> Here is the integer array in Action class (Setters and getters also defined) private Integer[] rfaAccessType; 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? Regards, Muhammad Salman Farooq Lead Developer - HWSW Server Program OCAJP | OCPJP Java SE 7 IBM Global Business Services Islamabad, Pakistan Phone: 92-0345-5061795 | 92-0304-6664753 E-mail: muhammad.salman.faro...@pk.ibm.com