You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Sam Barrow <sa...@sambarrow.com> on 2010/01/26 13:05:16 UTC

AjaxSelfUpdatingTimerBehavior

Is there any way to make the AjaxSelfUpdatingTimerBehavior execute X
number of times and then stop until a page refresh/reload?



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


Re: AjaxSelfUpdatingTimerBehavior

Posted by Pedro Santos <pe...@gmail.com>.
You can override getPreconditionScript method to test an counter value on
document object. When you refresh the page, you got a new document.

On Tue, Jan 26, 2010 at 10:05 AM, Sam Barrow <sa...@sambarrow.com> wrote:

> Is there any way to make the AjaxSelfUpdatingTimerBehavior execute X
> number of times and then stop until a page refresh/reload?
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>


-- 
Pedro Henrique Oliveira dos Santos