Re: How well does Wicket support multiple tabs for a single session?

2018-07-17 Thread Entropy
Thanks Sven, Multi-threading should be easy enough. But thanks for the heads up. Same page in different browser tabs though absolutely is part of the design. What would I *do* in reaction to being notified by that behavior that a new window is opening? And what kinds of problems would I expect

Re: How well does Wicket support multiple tabs for a single session?

2018-07-17 Thread Sven Meier
Hi, each Wicket page is identified by a unique number, so it's no problem to open different pages in different browser tabs. There are some things to consider though: - be careful if your pages work on state in the session, as this has to be designed for multi-threading (something you won't h