You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Daniel Lipski (JIRA)" <ji...@apache.org> on 2009/12/30 12:03:29 UTC

[jira] Updated: (WICKET-2657) Multipart forms fails on Chrome during Ajax submit

     [ https://issues.apache.org/jira/browse/WICKET-2657?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Lipski updated WICKET-2657:
----------------------------------

    Priority: Critical  (was: Major)

> Multipart forms fails on Chrome during Ajax submit
> --------------------------------------------------
>
>                 Key: WICKET-2657
>                 URL: https://issues.apache.org/jira/browse/WICKET-2657
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.4.5
>         Environment: Google Chrome 3.0.195.38
>            Reporter: Daniel Lipski
>            Priority: Critical
>
> AjaxSubmitLink doesn't work with multipart forms on Google Chrome. 
> AjaxSubmitLink calls wicketSubmitFormById in its onClick handler. When submiting multipart form this function creates hidden iframe and attaches handleMultipartComplete function to the onload event.
> handleMultipartComplete calls loadedCallback with envelope parameter. On Google Chrome envelope is undefined so loadedCallback craches ("Could not find root <ajax-response> element" is reported).

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