sma3har wrote:
Hi,

My dynaaction form has an array of bean objects. I am
trying to iterate through the list and accept some
values in my jsp page. But when i submit my jsp page
it does not have these values.

<logic:iterate id="n"  name="myForm"
property="details" type="mydetails">
<bean:hidden name="n" property="test">

Can anyone tell if i should write my hidden in a
different form. Please help me.

Are you sure the array is being populated in the form before the JSP is called? What does the resulting HTML look like? We'll need to see your bean and JSP code, and relevant entries from struts-config.xml to tell what's going wrong.

L.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to