How to have one instance of Backing Bean per Browser tab?
问题 My environment : Java 7/JSF 2.1/PrimeFaces 6.1. My goal : to have a certain page of my application instantiated many times, one for each browser tab, each one with a different context. My problem : everytime I open a second browser tab requesting from the same url, but with different object id, the previous one is destroyed, so only one backing bean instance is kept alive. How do I know that : In my backing bean I have one method annotated with @PosConstruct and other with @PreDestroy , so I