> in 1.3 you still can use getSession() and set the locale
> But then you need to set it everytime because the session is created
> everytime
> if the pages are all stateless. So then you still can work with the normal
> Wicket session object
> Creating a wicket session object doesn't mean you create a http session
> object. That only happens
> if there are pages that need to go into the session.

Yes. When a client is not bound to a *HttpSession*, Wicket creates a
temporary *Wicket Session* object for every request. This is not kept
in memory, so when the request is done, the objects are free to be
garbage collected.

Eelco

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to