Hi All,
 I am trying to write a struts application where I will be getting a set of
options that I need to display using groups of radio buttons. For example:

Group 1
*Red   *Blue  *Green

Group 2
*Red   *Blue  *Green 

Group 3
*Red   *Blue  *Green  
...
Group n
*Red   *Blue  *Green

Here * means radio buttons.
Please let me know how can I create my FormBean and generate the groups of
radio buttons dynamically. In all the groups i will have the same set of
choices viz. Red , Blue and Green.

Thanks
Priyank

Reply via email to