RE: Get the Wicket Session from HttpServletSession

2012-02-13 Thread Wilhelmsen Tor Iver
> What about the part that would solve my problem -- > wicket:wicket.wicketapp:session , do I just use that or there is some higher > order function available :) WebApplication. getSessionAttributePrefix(WebRequest, String) seems to set it, but afterwards it's harder to get at: But once set you

RE: Get the Wicket Session from HttpServletSession

2012-02-13 Thread Arjun Dhar
What about the part that would solve my problem -- wicket:wicket.wicketapp:session , do I just use that or there is some higher order function available :) - Software documentation is like sex: when it is good, it is very, very good; and when it is bad, it is still better than nothing! -- Vie

RE: Get the Wicket Session from HttpServletSession

2012-02-13 Thread Wilhelmsen Tor Iver
> I dont understand why "WebSession" is not a derivative of the native session > and while from Wicket, one can access the raw session or request, the other > way round doesn't seem part of officially charted waters. Because a Wicket session can be stored elsewhere if you want. Storing it in the