Re: [S2] Basic form with Radio Buttons

2007-06-06 Thread Lally Singh
Ok, I put my survey in my session. That's working fine. So, another question, (with the same situation), how do I use a inside an ? E.g. I've got a set of Responses inside a list of ResponseGroups, and iterating through, it seems that the radio button doesn't know how to bind itself to the obj

[S2] Basic form with Radio Buttons

2007-06-06 Thread Lally Singh
Hey all, a few questions about getting started with a form in Struts 2. Questions - The scenario: an action generates a form (from a dynamically-generated list of questions, called a Survey), that's then submitted. I have a class, QuestionGeneratorAction, with two methods: - quesio