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
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.