Michael Sparer wrote:
> 
> I have a multipart-enabled form, inside this form there is a nested form
> with ajaxsubmitbehavior. to submit the nested form I'm using an AjaxButton
> (as the "normal" button doesn't submit the form via ajax - contrary to its
> behaviour if not used as nested form)
> 
> all releases including 1.3.0 supported the submitting of the innerform and
> sent all of the nested form's fields to the server and came back in a neat
> ajax response.
> In 1.3.1 however the Exception "java.lang.IllegalStateException:
> ServletRequest does not contain multipart content" gets thrown. That
> indicates that the surrounding multipart form was submitted instead of
> just the nested form (and as multipart and ajax aren't close friends the
> exception gets thrown)
> 
> isn't that supposed to work or is it, again, a hidden feature I was using?
> :-)
> 
> regards, 
> Michael
> 

I've been bitten by this bug too. I haven't looked into the problem, perhaps
it's an idea to open a ticket?
-- 
View this message in context: 
http://www.nabble.com/Multipart-form-with-nested-ajaxform-throws-exception-in-1.3.1-tp15975693p16013787.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to