Re: Stateless page with AjaxSelfUpdatingTimerBehavior

2020-06-23 Thread Sven Meier
Hi, you can make any Ajax behavior stateless as follows:         component.setMarkupId("stable-id");         add(component);         component.add(new AjaxSelfUpdatingTimerBehavior(Duration.seconds(5)) {             @Override             public boolean getStatelessHint(Component component) {

Stateless page with AjaxSelfUpdatingTimerBehavior

2020-06-23 Thread Zbynek Vavros
Hi, We have a page with AjaxSelfUpdatingTimerBehavior and now one of our customers is complaining about "weird" behavior when this page is opened in multiple browser tabs (yeah yeah we told him not to do it...). What happens is that after opening this page in new tab, the previous tab gets ajax r