Problem creating multiple radio buttons groups into an logic:iterate

2009-06-22 Thread Luis Ureña
First, thanks for your help I am having problems to build JSP with multiple questions and some radio buttons for each question. I am using two logic:iterate, one for questions and anotherone for answer for each question, like this:

Re: Doubt with using check box

2009-06-22 Thread Luis Ureña
eak; } } } catch (e) { sectionSelected = 0; } document.sectionListFrm.section.value = sectionSelected; As you can see, you must have a hidden form field to hold the sectionSelected radio button. Hope this help you, Luis Ureña, 200

Form survey problem (html:radio)

2009-06-19 Thread Luis Ureña
I am working in a survey form with several questions. Each question can have several options. That options are builded with an iterate. When I execute the page generate one radio button name. If I add the indexed="Yes" property for the html:radio this generate one radio button name for all the firs

Fwd: Form survey problem (html:radio)

2009-06-19 Thread Luis Ureña
I am working in a survey form with several questions. Each question can have several options. That options are builded with an iterate. When I execute the page generate one radio button name. If I add the indexed="Yes" property for the html:radio this generate one radio button name for all the firs

Form survey problem (html:radio)

2009-06-19 Thread Luis Ureña
I am working in a survey form with several questions. Each question can have several options. That options are builded with an iterate. When I execute the page generate one radio button name. If I add the indexed="Yes" property for the html:radio this generate one radio button name for all the firs