Re: [ask] How to pass multiple radio button in struts2

2018-12-24 Thread M Huzaifah
Hi Yasser, i tried, it will exception. i use this code bellow to get that value, instead for loop: request.getParameterValues("viewAccess["+i+"]")[0] this work for me. i’ll update if i got the proper way about this Thank you > On 22 Dec 2018, at 15.31, Yasser Zamani wrote: > > Hi, > > As d

RE: [ask] How to pass multiple radio button in struts2

2018-12-22 Thread Yasser Zamani
Hi, As different values are setting into same viewAccess[0], I guess instead `private String viewAccess[][];` (array of array) would work. Regards. >-Original Message- >From: M Huzaifah >Sent: Friday, December 21, 2018 11:44 AM >To: Struts Users Mailing List >Subject: [ask] How to pa