RE: Issue : Binding Integer Array upon form submission

2019-03-19 Thread Yasser Zamani
using Struts. Regards. >-Original Message- >From: Muhammad Salman Farooq1 >Sent: Monday, March 18, 2019 2:51 PM >To: user@struts.apache.org >Subject: Issue : Binding Integer Array upon form submission > > > >We have just migrated our application from 2.2.3 to st

Issue : Binding Integer Array upon form submission

2019-03-18 Thread Muhammad Salman Farooq1
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. H