Guys, 

Re-posting this with un-necessory info taken out..

I have a non-wicket Filter which is intercepting all request to my
wicket-app. In the filter i would want to set some attributes to my wicket
WebSession.

Now the problem is that for the first request to the application
(intercepted by the filter), the wicket session is yet not created, and
hence i get this error "you can only locate or create sessions in the
context of a request cycle" on doing a Session.get(). Let me add that am
already using WicketSessionFilter which is exposing the WebSession to my
non-wicket Filter. The problem would be just for the first request, whereas
all subsequent request should work.

Any suggestion/work-arounds ?

Thanks in advance 

-- 
View this message in context: 
http://www.nabble.com/Accesing-Wicket-Session-from-a-non-wicket-filter---Suggestions-tp16695949p16695949.html
Sent from the Wicket - User mailing list archive at Nabble.com.


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

Reply via email to