A property in my form, 'theFile',is of the
org.apache.struts.upload.FormFile type.
In my struts-config.xml file, do I still give a
java.lang.String type:
<form-property
name="theFile"
type="java.lang.String">
</form-property>
and then use the BeanUtils.copyProperties( ... ) in
the Action to convert it to the FormFile type?
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]