Uploaded image for project: 'Wicket'
  1. Wicket
  2. WICKET-1442

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

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 1.3.1
    • 1.3.3
    • wicket
    • None

    Description

      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.

      Attachments

        Activity

          People

            Unassigned Unassigned
            seitz Gerolf Seitz
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: