AbstractDefaultAjaxBehavior doesn't work when added directly to page
--------------------------------------------------------------------
Key: WICKET-1440
URL: https://issues.apache.org/jira/browse/WICKET-1440
Project: Wicket
Issue Type: Bug
Components: wicket
Affects Versions: 1.3.2
Reporter: Martijn Dashorst
Assignee: Matej Knopp
Fix For: 1.3.3
The AbstractDefaultAjaxBehavior will generate an invalid wicketAjaxGet call
when it is added directly to a Page.
function openAutomatischeMaatregelWindow() {
var
wcall=wicketAjaxGet('../../?wicket:interface=:4::IBehaviorListener:1:2',null,null,
function() {return Wicket.$('id438') != null;}.bind(this));
}
the Wicket.$('id438') doesn't exist.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.