I have a DynaActionForm in struts-config.xml like
<form-bean name="editForm"
type="org.apache.struts.action.DynaActionForm">
<form-property name="customer" type="java.util.ArrayList"/>
</form-bean>
In the session scope there is a variable called "theCustomers"
of type java.util.ArrayList which has elements of CustomerBean.
In a JSP there is a form with the DynaActionForm above.
How do I assign the list "theCustomers" to the form property
"customer" ?
Any hint is appreciated!
-- Juergen
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]