Re: T4/T5 Mix: Fileupload doesn't work in T4.

2008-08-05 Thread Inge Solvoll
gt; Jonathan >> >> >> > -Original Message----- >> > From: Inge Solvoll [mailto:[EMAIL PROTECTED] >> > Sent: Tuesday, August 05, 2008 09:11 >> > To: Tapestry users >> > Subject: Re: T4/T5 Mix: Fileupload doesn't work in T4. >> >

Re: T4/T5 Mix: Fileupload doesn't work in T4.

2008-08-05 Thread Inge Solvoll
-core/guide/conf.html > > (bottom of the page) > > Jonathan > > > > -Original Message- > > From: Inge Solvoll [mailto:[EMAIL PROTECTED] > > Sent: Tuesday, August 05, 2008 09:11 > > To: Tapestry users > > Subject: Re: T4/T5 Mix: Fileupload doe

RE: T4/T5 Mix: Fileupload doesn't work in T4.

2008-08-05 Thread Jonathan Barker
: Tuesday, August 05, 2008 09:11 > To: Tapestry users > Subject: Re: T4/T5 Mix: Fileupload doesn't work in T4. > > Ok, I'll try that! But I don't think that is going to solve my problem, as > it is also a problem on my struts pages, where all request parameters are > de

Re: T4/T5 Mix: Fileupload doesn't work in T4.

2008-08-05 Thread Inge Solvoll
Ok, I'll try that! But I don't think that is going to solve my problem, as it is also a problem on my struts pages, where all request parameters are deleted on submit. My struts servlet is configured to process *.do, and my friendly url tapestry 4 app is configured with *.page, *.sdirect and so on

Re: T4/T5 Mix: Fileupload doesn't work in T4.

2008-08-05 Thread Ulrich Stärk
Try to disable T4's friendly URLs if you are using them (see here: https://issues.apache.org/jira/browse/TAPESTRY-2421) Uli Inge Solvoll schrieb: Actually, I have found that this problem is different than I described it. The problem is that the T5 servlet filter screws up the request parameter

Re: T4/T5 Mix: Fileupload doesn't work in T4.

2008-08-05 Thread Inge Solvoll
Actually, I have found that this problem is different than I described it. The problem is that the T5 servlet filter screws up the request parameters of other (struts, T4) pages in the same webapp. In struts actions, all request parameters disappear on submit, causing only null values in forms. Whe

T4/T5 Mix: Fileupload doesn't work in T4.

2008-08-05 Thread Inge Solvoll
Hi! I have installed T5 in the same webapp as T4, to try it out a little bit and possibly migrate incrementally, and now I'm having trouble with file uploads on T4 pages. After some effort, I can upload files on my new T5 page. But when I try to upload a file on an existing and previously working