You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Martin Grigorov (JIRA)" <ji...@apache.org> on 2010/09/11 20:31:33 UTC

[jira] Resolved: (WICKET-3043) Ajax support broken under Firefox 3.6.x and Wicket 1.4.11

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

Martin Grigorov resolved WICKET-3043.
-------------------------------------

    Fix Version/s: 1.4.12
                   1.5-M2
       Resolution: Duplicate

Duplicate of WICKET-3040

>  Ajax support broken under Firefox 3.6.x and Wicket 1.4.11
> ----------------------------------------------------------
>
>                 Key: WICKET-3043
>                 URL: https://issues.apache.org/jira/browse/WICKET-3043
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.4.11
>         Environment: Tried under Windows xp 32 and Ubuntu 10.04 64 bit. Code tested with Firefox 3.6.9 under Ubuntu and with IE 6 , Firefox 3.6.3 and Chrome 6 under Windows xp.
>            Reporter: Andera Del Bene
>             Fix For: 1.4.12, 1.5-M2
>
>
> Ajax support doesn't work under Firefox if you implement the Wicket Form (with ajax) example you can find at http://wicketstuff.org/wicket14/nested/?wicket:bookmarkablePage=:org.apache.wicket.examples.ajax.builtin.FormPage  
> The Ajax is ignored and a normal submit is perform (actually, it does the ajax first, it fails and then it does the normal submit).
> Under Firefox AJAX post call returns the following error message "Failed to load source for: http://localhost:8080/WicketAjax/?wicket:interface=:2:form::IFormSubmitListener".
> Under the other browsers (where it works correctly) AJAX calls for another Wicket interface, which is ActivePageBehaviorListener
> (for example: "wicket:interface=:0:form:name::IActivePageBehaviorListener:0 ")

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