Hi,

I am calling a servlet that is not part of my wicket application.  This
servlet is expecting some things in the Session object.

The non wicket servlet is  calling getSession on the HttpServletRequest
object and then gets out the attributes.

                 request.getSession().getAttribute( "user" );


Is there a way I can put this attribute in this session ?


Thanks

Karen


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to