The following works for me pretty well:

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


Matthias Keller wrote:
> 
> Hi
> 
> Thanks for the input. I now used wicketstuff-jquery and wrote a custom 
> behaviour which adds the code to my form.
> For later reference:
> public class UIBlockerBehaviour extends JQueryBehavior {
>     private static final ResourceReference BLOCKUI_JS =
>         new CompressedResourceReference(UIBlockerBehaviour.class, 
> "jquery.blockUI.js");
> 
> ...
> 

-- 
View this message in context: 
http://www.nabble.com/Add-a-ui-lock-page-over-the-page-while-waiting-for-response-tp23407195p23427935.html
Sent from the Wicket - User mailing list archive at Nabble.com.


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

Reply via email to