Try any of these steps as described in the wiki: https://cwiki.apache.org/WICKET/calling-wicket-from-javascript.html https://cwiki.apache.org/WICKET/adding-javascript-from-wicket.html https://cwiki.apache.org/WICKET/how-to-write-json-response.html
Wicket javascript integration is built on Behaviours. Behaviours are another type of component in Wicket. You will generally want to play with Behaviours to add Javascript to your wicket components. On Fri, Feb 10, 2012 at 4:12 PM, kamiseq <[email protected]> wrote: > check wicket.ajax and its method getAjax or something like that. > > if you use AjaxEventBehavior then the ajax callback (which uses that js > getAjax method) is already coded for you. > > pozdrawiam > Paweł Kamiński > > [email protected] > [email protected] > ______________________ > -- Odeyemi 'Kayode O. http://www.sinati.com. t: @charyorde
