Re: Howto Callback from JavaScript?

2012-11-11 Thread Martin Grigorov
Hi, You have to extend from AbstractDefaultAjaxBehavior instead. See the javadoc of AbstractAjaxBehavior - it is for simpler cases where Wicket.Ajax is not used. About the docs: there is https://cwiki.apache.org/confluence/display/WICKET/Wicket+Ajax but better check the sources of https://github.

Howto Callback from JavaScript?

2012-11-11 Thread Volker Katz
Hi, I'm quite new Wicket and JavaScript. I just started with a small project to get my hands on Wicket. I'm trying to use an JQuery Selector. I used this JQuery Example: http://jqueryui.com/selectable/#serialize I wrote an SelectableBeavior and added it to an WebMarkupContainer. But I don't