You can take a look at the following project

https://github.com/bitstorm/Wicket-tutorial-examples/tree/master/CustomAjaxListenerExample

In this project you will find an Ajax listener that disables a given component while the AJAX request is running and it also displays an animated gif as activity indicator.
Following instructions works great however they do not address the problem of
preventing user from clicking anywhere until the request is processed.

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

I need the busy indicator / gif to layer the application so user may not be
able to click anywhere,  any thoughts on how to achieve this would be highly
appreciated.

Thanks



--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Busy-Indicator-to-prevent-user-activity-tp4657877.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to