You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

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');
}
  • No labels