Dennis Waldherr created WICKET-6008:
---------------------------------------

             Summary: Wicket.Ajax.Call.handleMultipart should use channel
                 Key: WICKET-6008
                 URL: https://issues.apache.org/jira/browse/WICKET-6008
             Project: Wicket
          Issue Type: Bug
          Components: wicket
    Affects Versions: 1.5.13
            Reporter: Dennis Waldherr


When calling submitForm() it will delegate to handleMultipart().

It directly calls
{code}
form.submit();
{code}
This will submit concurrently to the channel ajax requests.

Although hard to reproduce, this can lead to submits being executed before an 
ajax request on the channel. The form could get submitted before "other" data 
was completely transmitted to the server.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to