Hi,
I've got a form-bean definition like so:
<form-bean name="UploadForm"
type="org.apache.struts.validator.LazyValidatorForm">
<form-property name="file"
type="org.apache.struts.upload.FormFile"/>
...
</form-bean>
When I load the page the first time, I get an instantiation exception:
java.lang.InstantiationException: org.apache.struts.upload.FormFile
It doesn't seriously affect the application, but I'm curious about the
solution to this problem. I searched the [EMAIL PROTECTED] archives but
didn't find this issue referenced. Is there some way to set an inital
value to null? Maybe that would solve the problem?
Thanks,
Dave
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]