Using Tapestry 5.0.14
Using Tomcat 6.0.13
Using Mac OS X 10.5.5, with JVM 1.5.0_13
I want to upload an image so I am using the UploadFile support that
comes with Tapestry 5; however, after the file has been selected and
the form submitted, and after the onValidateForm event occurs a severe
exception occurs that craters the JVM that Tomcat is running within.
The onSuccess event never occurs. Has anyone else seen this problem?
Does anybody know of a solution?
tml file has
<input type="file" t:type="upload" t:id="logofile" size="50"
style="height:auto"/>
java class
@Property
private UploadedFile logofile;
I never get a chance to use logofile in onSuccess because the JVM has
crashed by that time.
Anyone????
Thanks in advance,
Keith
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]