Hi all,

I just don't see it this morning: I have a AjaxLazyLoadPanel to load a big
tree structure which works fine. I see the indicator that it's loading, but
would like to add some words to it, e.g. "Loading ...". So I have
overridden:
public Component getLoadingComponent(String id){
                return new Label (id, "Loading ...");
}

This works, but now my indicator is gone.
Which would be the correct behavior to attach to the label to show the
little moving circle again?

Thanks,
Natalie
-- 
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/AjaxLazyLoadPanel-loading-component-tp2964896p2964896.html
Sent from the Users forum 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