Re: AjaxSelfUpdatingTimerBehavior refreshing Entire Page

2010-06-07 Thread nino martinez wael
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 :
> 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-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



AjaxSelfUpdatingTimerBehavior refreshing Entire Page

2010-06-07 Thread Ayodeji Aladejebi
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)));