yeah, thanks
I can have my panel implement the IAjaxIndicatorAware and use a
AjaxIndicatorAppender as here, but unless i add this indicator to one of
the component in the panel it does not show up and also in that case it
shows rightly next to the component where i added it. how would i take it
out from components in the panel and add it at the panel level itself.
MyPanel implements IAjaxIndicatorAware
{
AjaxIndicatorAppender indicator = new AjaxIndicatorAppender ();
@Override
public String getAjaxIndicatorMarkupId()
{
return indicator.getMarkupId();
}
}
Thanks
--
View this message in context:
http://apache-wicket.1842946.n4.nabble.com/AjaxIndicatorAppender-on-a-Panel-tp4657694p4657696.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]