Re: [Wicket-user] FileUploadField in a ModalWindow

2007-06-13 Thread Johan Compagner
this will not work, you cant submit multipart with ajax as far as i know On 6/13/07, diego <[EMAIL PROTECTED]> wrote: > I have a form inside a ModalWindow, it has a FileUploadField. When I > submit the form I get the exception "java.lang.IllegalStateException: > ServletRequest does not contain mul

[Wicket-user] FileUploadField in a ModalWindow

2007-06-13 Thread diego
I have a form inside a ModalWindow, it has a FileUploadField. When I submit the form I get the exception "java.lang.IllegalStateException: ServletRequest does not contain multipart content" It makes sense, because the request sent is not of the type "multipart/..." but instead "application/x-w