Hi guys, I'm a newbie here with Struts, so please be patient! Here's my scenario: I'm creating a web application to create questionnaires. I'm creating the Questionnaire itself on the first page, and then I create one question per page.
Each question may have several "options" (imagine multiple questions / multiple or single answers). What I'm trying to do here is to create the iteration between the question (1) and questionOptions (N). I have created a QuestionForm and a QuestionOptionForm. Does Struts support such scenario? I saw the <logic:iterate> tag, but I'm not too sure how to handle the tag itself and how to expect the ActionForms in my Action class... Any help is appreciated. Regards, Marcelo.

