On Sat, Jan 31, 2009 at 10:13 AM, Joachim A.
<wallaby.po...@googlemail.com>wrote:

>
>
> > > 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 another solution, either by configuration setting


I'd stuff the information in a SessionVar so it'll be accessible to the
CometActor.


> or by asking my
> user's comet actor (still need to check if that works).


The CometActor does not have access to the HTTP information, but it does
have access to other state in S.

>
>
> Thanks,
> Joachim
>
> >
>


-- 
Lift, the simply functional web framework http://liftweb.net
Beginning Scala http://www.apress.com/book/view/1430219890
Follow me: http://twitter.com/dpp
Git some: http://github.com/dpp

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to liftweb@googlegroups.com
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to