In the following .jsp code, can modelBeans be a
property array in a DynaActionForm (view2SubmitForm in
this case) bean?

<logic:iterate id="mb" name="view2SubmitForm"
property="modelBeans"
type="com.agilix.myapp.view.view1.ModelBean2">

<tr>
        <td><html:text name="mb" property="id"/></td>
        <td><html:text name="mb" property="name"
size="50"/></td>
        <td><html:text name="mb" property="price"/></td>
</tr>

</logic:iterate>

I tried the above code, I don't get an error but the
values entered in the text tag never makes it to
ModelBean2 bean.

Also, I see from the BeanUtils docs that the DynaBean
properties can be indexed and mapped, can
DynaActionForm do the same too? If yes, can someone
please point me to resources?

-Harish


__________________________________________________
Do you Yahoo!?
Yahoo! Web Hosting - establish your business online
http://webhosting.yahoo.com

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

Reply via email to