Hi,

I think I've found a bug in AbstractAjaxTimerBehavior... The problem happens
when a component to which an AbstractAjaxTimerBehavior is attached is
rendered by an AjaxRequestTarget which is not due to the timer, but to
another Ajax call. In this case it seems that the renderHead method called
on AbstractAjaxTimerBehavior adds another setTimeout() javascript call than
the one originally rendered, which makes the timer call happen twice as
frequently as it should. I haven't isolated the problem in a simple example,
so my analysis may be wrong (I'm experiencing this issue when working on
wicketstuff-push, so the source can be something else).

Do you think my analysis make sense? Should I open an issue in JIRA?

Xavier
--
Xavier Hanin - Independent Java Consultant
http://xhab.blogspot.com/
http://incubator.apache.org/ivy/
http://www.xoocode.org/

Reply via email to