I have noticed calling getCallbackUrl() on an AbstractDefaultAjaxBehavior
results in a url sometimes in:
./wicket/page?0-1.IBehaviorListener
and other parts of the same page have:
./wicket/page?1-2.IBehaviorListener
I think that the bad urls cause the page to reload when the attempt to call:
wicketAjaxGet('"+click.getCallbackUrl()+"&x='+...+'&y='+...+'');
For some reason having these ajax calls reloads the page in Wicket 1.5 but
not wicket 1.4. I am of course calling getCallbackUrl() after the behavior
is added to the page not sure what is wrong.....
--
View this message in context:
http://apache-wicket.1842946.n4.nabble.com/wicket-1-5-AbstractDefaultAjaxBehavior-bad-url-tp3484600p3484600.html
Sent from the Users forum mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]