Hi

In wicket-ajax.js, the functions wicketShow, wich is supposed to display the
indicator, does this like this: e.style.display = "";

I had to change this to: e.style.display = "inline";, because the empty
string was not working for me. The "inline", or "block" does.

Btw, I am not using the indicator-aware stuff from wicket-extensions. I
wanted one big indicator to be displayed per page, on top z-index - so I
wrote my AjaxIndicatingWebPage.

comments?
bye

-- 
View this message in context: 
http://www.nabble.com/wicketShow%28id%29-%3A-ajax-indicators-tf4037325.html#a11470180
Sent from the Wicket - User mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to