Multipart form throws exception

2008-06-25 Thread Michael Mehrle
I'm on Wicket 1.3.3 and am experiencing problems with multipart content on Safari and IE. The backend page receiving the image processes it just fine and returns a response like this: RequestCycle.get().setRequestTarget(new IRequestTarget() { public void

Re: Multipart form throws exception

2008-06-25 Thread Igor Vaynberg
response not being multipart? wasnt aware there was such a thing... -igor On Wed, Jun 25, 2008 at 11:24 AM, Michael Mehrle [EMAIL PROTECTED] wrote: I'm on Wicket 1.3.3 and am experiencing problems with multipart content on Safari and IE. The backend page receiving the image processes it just

RE: Multipart form throws exception

2008-06-25 Thread Michael Mehrle
: Wednesday, June 25, 2008 11:34 AM To: users@wicket.apache.org Subject: Re: Multipart form throws exception response not being multipart? wasnt aware there was such a thing... -igor On Wed, Jun 25, 2008 at 11:24 AM, Michael Mehrle [EMAIL PROTECTED] wrote: I'm on Wicket 1.3.3 and am experiencing

Re: Multipart form throws exception

2008-06-25 Thread Igor Vaynberg
' MainImageUpload is what the file uploader points to. Michael -Original Message- From: Igor Vaynberg [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 25, 2008 11:34 AM To: users@wicket.apache.org Subject: Re: Multipart form throws exception response not being multipart? wasnt aware

Re: Multipart form throws exception

2008-06-25 Thread Igor Vaynberg
: Wednesday, June 25, 2008 1:22 PM To: users@wicket.apache.org Subject: Re: Multipart form throws exception are you submitting the form via ajax? -igor On Wed, Jun 25, 2008 at 12:09 PM, Michael Mehrle [EMAIL PROTECTED] wrote: Just ran into the exception again

RE: Multipart form throws exception

2008-06-25 Thread Michael Mehrle
from 1.3.2 to 1.3.3-SNAPSHOT that causes this. Michael -Original Message- From: Igor Vaynberg [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 25, 2008 2:10 PM To: users@wicket.apache.org Subject: Re: Multipart form throws exception doesnt jquery use an iframe? so it is not submitted via

Re: Multipart form throws exception

2008-06-25 Thread Igor Vaynberg
Vaynberg [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 25, 2008 2:10 PM To: users@wicket.apache.org Subject: Re: Multipart form throws exception doesnt jquery use an iframe? so it is not submitted via ajax... -igor On Wed, Jun 25, 2008 at 1:27 PM, Michael Mehrle [EMAIL PROTECTED] wrote: Yeah