Not following you... Whole setup should be quite simple. Please read http://wicketinaction.com/2008/12/preventing-double-ajax-requests-in-3-lines-of-code/
On Tue, Apr 2, 2013 at 10:40 PM, saty <[email protected]> wrote: > 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] > > -- Regards - Ernesto Reinaldo Barreiro
