Get the Wicket Session from HttpServletSession

2012-02-13 Thread Arjun Dhar
.1842946.n4.nabble.com/Get-the-Wicket-Session-from-HttpServletSession-tp4383677p4383677.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional

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

RE: Get the Wicket Session from HttpServletSession

2012-02-13 Thread Arjun Dhar
! -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Get-the-Wicket-Session-from-HttpServletSession-tp4383677p4383731.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail

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