nested forms inside a multipart form can't be submitted via ajax
----------------------------------------------------------------

                 Key: WICKET-1442
                 URL: https://issues.apache.org/jira/browse/WICKET-1442
             Project: Wicket
          Issue Type: Bug
          Components: wicket
    Affects Versions: 1.3.1
            Reporter: Gerolf Seitz
            Assignee: Gerolf Seitz
            Priority: Minor
             Fix For: 1.3.3


nested forms can't be submitted via ajax if any of the parent forms contain a 
fileuploadfield (which makes the root form a multipart).

fix: skip changing the request to a multipart request in Form#handleMultiPart, 
if it's an ajax request.
these two types of requests mutually exclude each other anyway.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to