Re: AjaxIndicatorAppender on a Panel

2013-04-05 Thread saty
This is great, thanks! -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/AjaxIndicatorAppender-on-a-Panel-tp4657694p465.html Sent from the Users forum mailing list archive at Nabble.com. - To unsu

Re: AjaxIndicatorAppender on a Panel

2013-04-02 Thread Ernesto Reinaldo Barreiro
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 wrote: > yeah, thanks > > I can have my panel implement the IAjaxIndicatorAware and use a > AjaxInd

RE: AjaxIndicatorAppender on a Panel

2013-04-02 Thread Colin Rogers
this will work, but it seems logical? Cheers, Col. -Original Message- From: saty [mailto:satya...@gmail.com] Sent: 03 April 2013 05:40 To: users@wicket.apache.org Subject: Re: AjaxIndicatorAppender on a Panel yeah, thanks I can have my panel implement the IAjaxIndicatorA

Re: AjaxIndicatorAppender on a Panel

2013-04-02 Thread saty
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

Re: AjaxIndicatorAppender on a Panel

2013-04-02 Thread Ernesto Reinaldo Barreiro
See IAjaxIndicatorAware On Tue, Apr 2, 2013 at 9:47 PM, saty wrote: > I have a panel with several controls, i would like to add a common > AjaxIndicatorAppender for entire panel. > It does work fine for individual controls but i have not found a way to add > one common for all be able to positi