Can you see what the value of S.request is in your code? That's called by the locale def:
def locale: Locale = LiftRules.localeCalculator(request.map(_.request)) The request.map(...) should either be an Empty or Full(HttpServletRequest). I can't find anything obvious that would get a null into a Full. Derek On Tue, Mar 10, 2009 at 12:02 PM, Timothy Perrett <[email protected]>wrote: > > Good question.... I hadn’t thought about it like that. > > IMO, they need something – as if you want to localize it makes it nearly > impossible otherwise... > > Cheers, Tim > > On 10/03/2009 16:58, "Derek Chen-Becker" <[email protected]> wrote: > > Actually, I'm trying to remember whether COMET actors have an associated > LiftSession (and therefore access to S)... > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Lift" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/liftweb?hl=en -~----------~----~----~----~------~----~------~--~---
