HOWTO do Javscript call after each Wicket AJAX update has been created by Erik van Oosten (Jan 13, 2008).

Content:

if you want to execute a certain piece of js code after every (successful) ajax update, you can use the following js code:

wicketGlobalPostCallHandler = function {
  alert('successful partial update');
}


Reply via email to