You can get to the HttpSession through the WebRequest.  Assuming your
code is in a WebPage:

getRequest().getHttpServletRequest().getSession()

Enjoy,

On Mon, 2007-06-11 at 21:54 +0200, Kees de Kooter wrote:

> I am currently working on a proof -of-concept of Wicket inside an
> existing Struts app. I need to access some (old skool) session
> attributes from my wicket WebSession. How can this be done?
> 

-- 
Philip A. Chapman

Desktop and Web Application Development:
Java, .NET, PostgreSQL, MySQL, MSSQL
Linux, Windows 2000, Windows XP

Attachment: signature.asc
Description: This is a digitally signed message part

-------------------------------------------------------------------------
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