You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Ayodeji Aladejebi <al...@gmail.com> on 2010/06/07 22:21:12 UTC

AjaxSelfUpdatingTimerBehavior refreshing Entire Page

Hi,
I placed AjaxSelfUpdatingTimerBehavior on a component of an Application and
rather than refresh the component only, its refreshing the entire page.
its acting like i clicked on browser refresh button
 Pls what did I do wrong

projectPostCont.add(new AjaxSelfUpdatingTimerBehavior(Duration.seconds(5)));

Re: AjaxSelfUpdatingTimerBehavior refreshing Entire Page

Posted by nino martinez wael <ni...@gmail.com>.
hmm why use ajax for that? Is it something you add during the
interaction with the page or is it something that are always happing
on the page?

-Nino

2010/6/7 Ayodeji Aladejebi <al...@gmail.com>:
> Hi,
> I placed AjaxSelfUpdatingTimerBehavior on a component of an Application and
> rather than refresh the component only, its refreshing the entire page.
> its acting like i clicked on browser refresh button
>  Pls what did I do wrong
>
> projectPostCont.add(new AjaxSelfUpdatingTimerBehavior(Duration.seconds(5)));
>

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