Multiple browser windows viewing the same application?  You can turn on
multi-window support in your application init method by adding:

getPageMapSettings().setAutomaticMultiwindowSupport(true) - I think that's
the naming

This uses different page maps for each window / tab that's open.



-- 
Jeremy Thomerson
http://www.wickettraining.com

On Sun, Mar 1, 2009 at 4:51 AM, subbu_tce <subramanian.mur...@gmail.com>wrote:

>
> Hi,
>
> Does wicket provide any support for multiple application instances per
> user's session?
>
> In other words, how does wicket handle multiple browser windows for the
> sample application.
>
> Thanks.
> --
> View this message in context:
> http://www.nabble.com/Wicket---Multi-Instance-Support-tp22271257p22271257.html
> Sent from the Wicket - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

Reply via email to