Hi everyone!

Is there a best practice in wicket for adding a busy indicator with a delay
for an ajax request?

Or should it be done with a before handler that executes a javascript that
shows the busy indicator after a configured time, and abort this
"busy-indicator-script" with an after-handler when the request returns?

Example:
1. User clicks an ajax-link.
2. A busy indicator is displayed only if the call takes more than a second
to complete.

Cheers
Lasse

Reply via email to