[Lift] Re: access to raw HttpServletRequest/Response

2009-09-25 Thread David Pollak
On Wed, Sep 23, 2009 at 9:03 AM, harryh har...@gmail.com wrote:


  You can do it today like this:
 
  S.containerRequest.map(r = (r.asInstanceOf[HTTPRequestServlet]).req)

 eh?  I'm getting this error:

 [error] value req is not a member of
 net.liftweb.http.provider.servlet.HTTPRequestServlet
 [error] val request: HttpServletRequest = S.containerRequest.map(r =
 (r.asInstanceOf[HTTPRequestServlet]).req).open_!


Once this review-board change is accepted, the above code will work:
http://reviewboard.liftweb.net/r/12/



 -harryh

 



-- 
Lift, the simply functional web framework http://liftweb.net
Beginning Scala http://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
-~--~~~~--~~--~--~---



[Lift] Re: access to raw HttpServletRequest/Response

2009-09-23 Thread harryh

 You can do it today like this:

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

eh?  I'm getting this error:

[error] value req is not a member of
net.liftweb.http.provider.servlet.HTTPRequestServlet
[error] val request: HttpServletRequest = S.containerRequest.map(r =
(r.asInstanceOf[HTTPRequestServlet]).req).open_!

-harryh

--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[Lift] Re: access to raw HttpServletRequest/Response

2009-09-22 Thread marius d.

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-facebooksomewhat
  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
-~--~~~~--~~--~--~---