I'm fairly new to struts, but I've encountered a problem. I want to present the user with a list of radio button groups, each consisting of a fixed number of radio buttons (=4). The number of groups (ie. the length of the list) is dynamicly determined. Therefore I'm unable to create an (Dyna)ActionForm class to capture the data on submit.
My question is: how can I capture an undefined number of radio button groups into one action form? I am using struts 1.1 Thanks in advance, Bram Smeets [EMAIL PROTECTED]

