i was just wondering if anybody here knows how to reload a window on browser refresh without using restartApplication ?
i asked because i was asked to inject vaadin into an existing jsp page which involves a session or request parameter from the jsp page.
i manage to render the page with the correct information using restartApplication. but the problem is that i need some of the pages to retain their states.
The XS add-on handles application objects a bit differently from the normal. It has one application per referrer instead of per session, but I didn’t really expect this effect.