Re: Struts2 Checkboxlist

2019-02-05 Thread Prasanth Pasala
Hi Yasser, Even after having the param the ArrayList was not populated with -1 for unchecked checkboxes. The ArrayList is in form. The set method in the form is not getting called when I don't check any of the checkboxes. I am using a checkboxlist rather than individual checkboxes.            

RE: Struts2 Checkboxlist

2019-02-05 Thread Yasser Zamani
Hi Prasanth, Yes, I think. Now I can recall a long discussion about this at [1]. i.e. you also can keep array list of long but override the interceptor like below [2]: -1 Kind Regards. [1] https://github.com/apache/struts/pull/169 [2]