[Wicket-user] ajax stops self updating

2006-07-09 Thread Nili Adoram
Hi all, I have WebMarkupContainer that has a AjaxSelfUpdatingTimerBehavior refreshing itself every 30 seconds. I leave the browser opened at this page but after a while the component stops refreshing. Is there a limit on the amount of refresh requests? Is it related to session timeout? Thanks,

Re: [Wicket-user] ajax stops self updating

2006-07-09 Thread Igor Vaynberg
hmm, it shouldnt do that. the session wont time out since you are making a request every 30 seconds, so it must be something else. can you create a quickstart that reproduces this and tell us approx how long it takes for this to happen? also are you sure there are no _javascript_ errors? you can