I applied the busy indicator techniques found here:
http://cwiki.apache.org/WICKET/generic-busy-indicator-for-both-ajax-and-non-ajax-submits.htmlas
a site wide implementation.

I am using an ajax to submit the form, and do to some condition, I redirect
to the user to another page.  My problem seems to be the
Wicket.Ajax.invokePreCallHandlers() gets called on the doPost() method in
the wicket-ajax.js and the busy indicator continuously shows on the next
page.

Any ideas how to resolve this issue?

Reply via email to