Re: HashMap with String as key

2019-03-18 Thread Lukasz Lenart
czw., 14 mar 2019 o 21:38 Prasanth napisaƂ(a): > > Sorry if I caused any confusion. This thread was meant to discuss String > keys. I do have forms where I am using numeric keys and they work fine. > > I think I found a solution to my problem. Struts seems to expect single > quotes for the keys

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