HOWTO do _javascript_ call after each Wicket AJAX updatePage edited by Steen MannicheChanges (0)
Full Contentif 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');
}
Also see Calling _javascript_ function on wicket component's onclick
Change Notification Preferences
View Online
|
View Changes
|
Add Comment
|
