[Lift] Re: S.servletRequest is empty

2009-01-31 Thread David Pollak
On Sat, Jan 31, 2009 at 9:21 AM, Joachim A. wallaby.po...@googlemail.comwrote: Hi, I was using S.hostAndPath and was surprised that it didn't include the protocoll and path. I've found out that S.servletRequest returns Empty here. The method is called by in an actor. Is some special

[Lift] Re: S.servletRequest is empty

2009-01-31 Thread Joachim A.
The method is called by in an actor. Is some special initialisation necessary for this setup? The Actor code is outside of the HTTP request/response cycle, so there's no way to access the request information from the Actor. Correct. Next time I'll think a little bit longer :) I'll find

[Lift] Re: S.servletRequest is empty

2009-01-31 Thread David Pollak
On Sat, Jan 31, 2009 at 10:13 AM, Joachim A. wallaby.po...@googlemail.comwrote: The method is called by in an actor. Is some special initialisation necessary for this setup? The Actor code is outside of the HTTP request/response cycle, so there's no way to access the request