Hi Members,

i would like to ask something about radio button in strtus2.

i have radio button in jsp like this:


<fieldset id="fieldSetView0">
   <input type="radio" name="viewAccess[0]" value="all"> All<br>
   <input type="radio" name="viewAccess[0]" value="self"> Self<br>
   <input type="radio" name="viewAccess[0]" value="custom"> Custom
</fieldset>

<fieldset id="fieldSetView1">
   <input type="radio" name="viewAccess[1]" value="all"> All<br>
   <input type="radio" name="viewAccess[1]" value="self"> Self<br>
   <input type="radio" name="viewAccess[1]" value="custom"> Custom
</fieldset>

and in my JavaAction class i add property " private String viewAccess[]; “ also 
with setter and getter.

the problem is, i am not able to get value of radio button in Java Action. i 
use struts 2.3.35

someone could help?

Thank you

Reply via email to