the page versioning changes in 1.5 allows this to Just Work without
the developer having to know anything about it.

if you want to "track" this you can create a simple ajax callback
behavior that checks for window.tabid variable and if its not set sets
it to something and callsback to the page using ajax.

this way, you will get callbacks on every new tab and can track it.

-igor


On Thu, Jun 23, 2011 at 1:14 AM, César Alberto Barrera
<abarr...@gmail.com> wrote:
> Hello!
>
> How can I enable and track browser windows tabs support?
> I need to know what page have tab1 with the app, and tab2, and so on, and
> how many tabs opens has my user in session :)
>
> Wicket 1.5 rc4
>
> Thank you in advance.
>
> From http://wicket.apache.org/meet/features.html
> Multi-tab and multi-window support
>
> Wicket provides an easy way to write application that supports multi-window
> and multi-tab usage allowing developer to react properly when users open new
> browser window or tab
>
> --
> César Alberto Barrera  <abarrera at gmail dot com>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to