Hi all,

When there is some AJAX activity on page we can show ajax indicator
(using AjaxIndicatorAppender and implementing IAjaxIndicatorAware).
My problem is that I want to show such indicator only when ajax
request takes longer than specified amount of time (eg. > 1 second).
But inside a AbstractDefaultAjaxBehavior (1.4.x) such indicator is
shown immediately when request is processed. Is there any solution to
delay displaying indicator (something like AjaxCallThrottlingDecorator
but not for ajax beahvior but for ajax indicator itself)?

--
Best regards,
Daniel

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

Reply via email to