Re: adding ajaxindicator to dropdownchoice

2009-09-24 Thread Jason Novotny
Thanks! That got me in the right direction-- I basically copied IndicatingAjaxLink and made a IndicatingDropDownChoice below... seems like it would be good to have as part of the default widget set... public class IndicatingDropDownChoice extends DropDownChoice implements IAjaxIndicatorAw

Re: adding ajaxindicator to dropdownchoice

2009-09-24 Thread Peter Thomas
On Thu, Sep 24, 2009 at 11:40 AM, Jason Novotny wrote: > > Hi, > > I have a DropDownChoice that triggers an ajax event to occur using the > AjaxFormComponentUpdatingBehavior. Since the event takes a little while to > complete, I'd like to display an ajaxindicator similar to an > IndicatingAjax

adding ajaxindicator to dropdownchoice

2009-09-23 Thread Jason Novotny
Hi, I have a DropDownChoice that triggers an ajax event to occur using the AjaxFormComponentUpdatingBehavior. Since the event takes a little while to complete, I'd like to display an ajaxindicator similar to an IndicatingAjaxButton next to it... how can this be done? Thanks, Jason