I'm using Wicket 1.4.18.
I'm having trouble moving between browser tabs in my application as I am
opening a duplicate tab. Here is an example:
1. The user starts on browser tab A via a mounted page (e.g.
www.mysite.com/MyApp/PageA)
2. The user clicks on a bookmarkable link (with popup settings
including a PageMap name) to browser tab B. The new browser tab opens
correctly.
3. The user clicks on a bookmarkable link (with popup settings
including a PageMap name) to browser tab C. The new browser tab opens
correctly.
4. The user clicks on a bookmarkable link (with popup settings
including a PageMap name) to browser tab B. The browser tab for B is
already open, so the user switches back to browser tab B.
5. The user clicks on a bookmarkable link (with popup settings
including a PageMap name) to browser tab A. A new browser tab A opens
when I want the user to be returned to the already open tab A.
Here is my mounting procedure:
mount(new QueryStringUrlCodingStrategey("PageA", PageA.class);
Also, AutomaticMultiWindowSupport is on.
--
Jered
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]