Hi,
I have not located too many examples on setting the intial bean value for
types in the form-property tag other than java.lang.String. I would like to
set the initial value in a java.util.List. Is this possible? if so, how do
I do it?
<struts-config>
<!-- Bean Definitions -->
<form-beans>
<form-bean name="directoryForm"
type="org.apache.struts.action.DynaActionForm">
<form-property name="dbLocation" initial="directorylocation"
type="java.lang.String"/>
<form-property name="updatedBy" initial = "???" type="java.util.List"/>
...
Thanks in advance for any help.
Craig Laverty.
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>