Hi,
Please help. 

I have a form-bean called aForm. I try to get the 'city' out of AddressView.

But, it fails. All the beans have been set/get properly. Please help.

<form-bean name="aForm" type="org.apache.struts.action.DynaActionForm">
   <form-property name="aView" type="com.abc.view.AddressView"/>
</form-bean>

Inside AddressView have address which contains street(String),
city(ArrayList)...

I try to iterate the loop like this: 
<logic:iterate name="aForm" property="aView" id="myView">
        <bean:write name="myView" property="address.city"/>
</logic:iterate>

It seems the struts didn't take it. 
Does form-property needs to fix such as 
<form-property name=" cityView" type="java.util.ArrayList"/>

What can I do? Thanks.
--Zoe

CONFIDENTIALITY NOTICE:  The information in this e-mail is privileged and
confidential.  Any use, copying or dissemination of any portion of this
e-mail by or to anyone other than the intended recipient(s) is unauthorized.
If you have received this e-mail in error, please reply to sender and delete
it from your system immediately.

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

Reply via email to