Re: dynamic checkboxes and radio buttons in one group

2007-05-10 Thread elan
I left out of the original post that I am using Struts 2. -- View this message in context: http://www.nabble.com/dynamic-checkboxes-and-radio-buttons-in-one-group-tf1971631.html#a10423856 Sent from the Struts - User mailing list archive at Nabble.com. -

Re: dynamic checkboxes and radio buttons in one group

2007-05-10 Thread elan
well, the number of questions and set of answers for each are dynamic (determined at runtime). I could look at the response object but hopefully there is a cleaner way of implementating this. Dave Newton-4 wrote: > > --- elan <[EMAIL PROTECTED]> wrote: >> On submit how do I c

Re: dynamic checkboxes and radio buttons in one group

2007-05-10 Thread elan
I am trying to figure out the same thing but using Struts. I have the following jsp to display my questions. For example this will display 2 questions and each question has a set of answers with radio buttons. On submit how do I capture which radio buttons wer