Hi!

What we do is we draw a full-screen transparent DIV (like modal
window) onto the screen with a "Loading" sign whenever the user clicks
any link,button anything... and we reset it when a page loads.

http://cwiki.apache.org/WICKET/generic-busy-indicator-for-both-ajax-and-non-ajax-submits.html

**
Martin

2010/1/11 Giovanni <pino_o...@yahoo.com>:
> In my current project, we have many situations in which we have to load a 
> page, which is very slow. The slowness is not because of Wicket, but because 
> there are heavy queries on the DB.
>
> In some of these situations, we used the AjaxLazyLoadPanel, when we have to 
> load a "slow" panel.
>
> In some other situations, when we are not loading a panel, but a page, how 
> can we do to prevent the user from "crazy clicking" on the application, 
> because he is impatient with the slow loading?
>
> More generally, is there a standard way to disable all the links and 
> click-able components of the application, while a new component is loading?
>
> best regards,
> giovanni
>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to