Re: wait indicator not showing with veil for AjaxButton

2014-04-23 Thread msalman
Thanks for your help. I knew that it had some thing to do with the url. I found another way to make it work by extending the IndicatingAjaxButton class. It seems it knows the way to find the right URL. But that made me change the code at a lot of different places where the original button was

Re: wait indicator not showing with veil for AjaxButton

2014-04-19 Thread Martin Grigorov
Hi, In the browser console you can see that indicator.gif cannot be found, i.e. error 404. The url should be: /wicket/resource/..., not /wicket/resourceS/... Once you fix that you can see the indicator showing at the top-middle of the page. Martin Grigorov Wicket Training and Consulting On

Re: wait indicator not showing with veil for AjaxButton

2014-04-16 Thread msalman
Any help please? Thanks. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/wait-indicator-not-showing-with-veil-for-AjaxButton-tp4665422p4665434.html Sent from the Users forum mailing list archive at Nabble.com.

wait indicator not showing with veil for AjaxButton

2014-04-15 Thread msalman
Hi, I am trying to show an wait indicator and a veil when an ajax button is showed. The veil works fine but despite all my effort the indicator is not working. Attached is a quick start of the project. My code is based on the code at this page: