On Fri, Nov 18, 2011 at 12:59 PM, Ernesto Reinaldo Barreiro
<reier...@gmail.com> wrote:
> I have also noticed that with 1.5.3... I normally block the page with
> div to prevent this but for links on a modal window it happens to me
> (because blocking div is behind modal).

And you didn't experience this with 1.5.2 ?
Maybe https://issues.apache.org/jira/browse/WICKET-4071 is involved ?

>
> Regards,
>
> Ernesto
>
> On Fri, Nov 18, 2011 at 11:53 AM, Nazaret Kazarian
> <nazaret.kazar...@gmail.com> wrote:
>> Hi,
>>
>> I have added a global ajax indicator to all my pages by having all
>> pages (through a TemplatePage superclass) implement the
>> IAjaxIndicatorAware interface.
>>
>> Generally it works, but I have noticed that it is quite easy to get
>> the ajax indicator stuck spinning indefinitely, by issuing many ajax
>> calls quickly the one after the other. For example if I press an ajax
>> button multiple times quickly the busy indicator gets stuck.
>> It seems as if the Wicket.show(hide)Incrementally js functions lose
>> count of ajax requests and the busy indicator is never actually
>> hidden.
>>
>> Has anyone encountered this problem?
>>
>> Thanks a lot
>>
>> Naz
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>> For additional commands, e-mail: users-h...@wicket.apache.org
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>



-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to