Thank you , I've found the answer : httpSession = ((ServletWebRequest)request).getHttpServletRequest().getSession();
This is a better way ... thanks a lot. 2010/1/10 smallufo <[email protected]> > > > 2010/1/10 Igor Vaynberg <[email protected]> > > why not simply put whatever it is into the httpsession, and then write >> a getter in wicket's session that retrieves it from there? seems >> simpler. >> >> -igor > > > Thank you . > But how to get HttpSession inside Wicket's Session ? > thanks ... > >
