Re: GAE Tapestry5 FORM

2011-04-05 Thread Fernando Benjamin
Hi Alex, I was already using the commons-fileupload.jar 1.2.1 version which is semi-compatible with GAE! The problem here was that I still had the tapestry-upload.jar, in the path, and it got packed in the war! I had to remove the tapestry-upload.jar from the war, it works now! Thanks, Fernando

Re: GAE Tapestry5 FORM

2011-04-04 Thread Alex Kotchnev
Fernando, There's nothing specific about the generic tapestry form. If you look at the stacktrace, the problem comes from Commons Fileupload trying to use a temp file to store the file upload. There is a version of Commons Fileupload that is GAE friendly, google it and you'll be able to get it w

GAE Tapestry5 FORM

2011-04-04 Thread Fernando Benjamin
Hi all, I need some help on using tapestry's form component on GAE. I am uploading a file & a beaneditor with a tapestry form component. The problem is that when the file gets uploaded to GAE, I get an exception. This exception occurs because, tapestry wants to create the file for me. Is there