Hello, I'm Lucas, I'm new to the list... and I have a problem:

An ActionForm that has an array of others ActionForms where each one has 
another array of ActionForms. So i nedd to present the first form in a JSP 
page...

One of the fields of the last ActionForm, the one in the lowest level, is 
editable, it's a checkbox. I'm doing this:

<nested:iterate id="question" property="questions" name="nChoiceForm" >

<bean:write name="question" property='name' />

<nested:iterate id="choice" name="question" property='choices' >

<html:checkbox name="choice" property='choosen" /> 

</nested:iterate>

Te problem is that when i check de chekboxes,  the data doesn't reach de 
server...

The bean nChoiceForm is in session scope, i know that de iterarte tag declar de 
scripting varaible under page scope, but i tried to use <nested:define> and i 
doesn't work either...

Thanks!

Lucas

 

</nested:iterate>

                
---------------------------------
 250MB gratis, Antivirus y Antispam
 Correo Yahoo!, el mejor correo web del mundo
 Abrí tu cuenta aquí

Reply via email to