I really don't think Lift should expose directly expose servlet
references. Applications still have access to servlet stuff by
explicit casting.

You can do it today like this:

S.containerRequest.map(r => (r.asInstanceOf[HTTPRequestServlet]).req)



Br's,
Marius

On Sep 22, 3:53 pm, David Pollak <feeder.of.the.be...@gmail.com>
wrote:
> Please open a ticket for this one as well.  I'll expose it for you.
>
>
>
> On Tue, Sep 22, 2009 at 1:07 PM, harryh <har...@gmail.com> wrote:
>
> > Is it still possible to get access to the raw HttpServletRequest/
> > Response objects?  I know you could at least do this for Request from
> > S, but now I'm not seeing it anymore.
>
> > Looking to get this so I can use
>
> >http://mrepo.happyfern.com/sites/facebook-java-api/facebook-java-api/...
>
> > (I've found getting off the ground with lift-facebook....somewhat
> > confusing).
>
> > -harryh
>
> --
> Lift, the simply functional web frameworkhttp://liftweb.net
> Beginning Scalahttp://www.apress.com/book/view/1430219890
> Follow me:http://twitter.com/dpp
> Surf the harmonics
--~--~---------~--~----~------------~-------~--~----~
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