((webrequest)RequestCycle.get().getRequest())...

-igor


On 6/11/07, Kees de Kooter <[EMAIL PROTECTED]> wrote:

Thanks Igor.

I should have been more specific.

I would like to access HttpSession attributes from a wicket WebSession
object. Is this possible?

To be specific my WebSession subclass has a getUser() method. This
user is stored as the session variable "user".



On 6/11/07, Igor Vaynberg <[EMAIL PROTECTED]> wrote:
> ((webrequest)getrequest()).gethttpservletrequest().getsession()
>
> -igor
>
>
>
> On 6/11/07, Kees de Kooter <[EMAIL PROTECTED] > 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?
> >
> > --
> > Cheers,
> > Kees de Kooter
> > http://www.boplicity.net
> >
> >
>
-------------------------------------------------------------------------
> > 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
> >
>
>
>
-------------------------------------------------------------------------
> 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
>
>


--
Cheers,
Kees de Kooter
http://www.boplicity.net

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

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