Re: Ajax Redirect with Busy Indicator

2009-09-15 Thread Stijn Maller
I'm looking to make an improvement to the generic busy indicator. I believe the showBusysign() script should also be triggered by the onchange method of choice components (non ajax) with wantOnSelectionChangedNotifications set to true. Any idea's how to tackle this?

Re: Ajax Redirect with Busy Indicator

2009-09-11 Thread Ernesto Reinaldo Barreiro
After refreshing the page I saw it;-) Best, Ernesto On Fri, Sep 11, 2009 at 9:29 AM, Martin Makundi < martin.maku...@koodaripalvelut.com> wrote: > Already done, if you look carefully :) > > ** > Martin > > 2009/9/11 Ernesto Reinaldo Barreiro : > > Why not add this as a "variation" to the WIKI pa

Re: Ajax Redirect with Busy Indicator

2009-09-11 Thread Martin Makundi
Already done, if you look carefully :) ** Martin 2009/9/11 Ernesto Reinaldo Barreiro : > Why not add this as a "variation" to the WIKI page [1] you have created? > Ernesto > > [1]- > http://cwiki.apache.org/WICKET/generic-busy-indicator-for-both-ajax-and-non-ajax-submits.html > >

Re: Ajax Redirect with Busy Indicator

2009-09-11 Thread Ernesto Reinaldo Barreiro
Why not add this as a "variation" to the WIKI page [1] you have created? Ernesto [1]- http://cwiki.apache.org/WICKET/generic-busy-indicator-for-both-ajax-and-non-ajax-submits.html On Fri, Sep 11, 2009

Re: Ajax Redirect with Busy Indicator

2009-09-11 Thread Ernesto Reinaldo Barreiro
Yes, you are right! Best, Ernesto On Fri, Sep 11, 2009 at 8:59 AM, Martin Makundi < martin.maku...@koodaripalvelut.com> wrote: > > Why not include a script containing hideBusysign() On the page you are > > navigating to? Y > > If it is external page you cannot... say a link to outlook or hiihuu

Re: Ajax Redirect with Busy Indicator

2009-09-10 Thread Martin Makundi
> Why not include a script containing hideBusysign() On the page you are > navigating to? Y If it is external page you cannot... say a link to outlook or hiihuu.. ** Martin > > On Fri, Sep 11, 2009 at 7:50 AM, Robert McGuinness < > robert.mcguinness@gmail.com> wrote: > >> I applied the busy

Re: Ajax Redirect with Busy Indicator

2009-09-10 Thread Ernesto Reinaldo Barreiro
Why not include a script containing hideBusysign() On the page you are navigating to? Y Best, Ernesto On Fri, Sep 11, 2009 at 7:50 AM, Robert McGuinness < robert.mcguinness@gmail.com> wrote: > I applied the busy indicator techniques found here: > > http://cwiki.apache.org/WICKET/generic-busy

Re: Ajax Redirect with Busy Indicator

2009-09-10 Thread Martin Makundi
Hi! Well.. you need to find out what is the cause. For example, if you redirect to external pages, you must skip the busy indicator. This means that you might have to use some clue in your button or link to omit the busy indicator. Here is some example code that we use: if ((clickedElement.

Ajax Redirect with Busy Indicator

2009-09-10 Thread Robert McGuinness
I applied the busy indicator techniques found here: http://cwiki.apache.org/WICKET/generic-busy-indicator-for-both-ajax-and-non-ajax-submits.htmlas a site wide implementation. I am using an ajax to submit the form, and do to some condition, I redirect to the user to another page. My problem seems