Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Tapestry Wiki" for 
change notification.

The following page has been changed by LutzHuehnken:
http://wiki.apache.org/tapestry/Tapestry5ObtainingHttpServletRequest

------------------------------------------------------------------------------
  
  /!\ You need the servlet-api.jar in your classpath (dependency not included 
with tapestry quickstart).
  
+ 
+ Alternatively, you can inject the HttpServletRequest directly (at least in 
5.0.13):
+ {{{
+     @Inject
+     private HttpServletRequest _request;
+ }}}
+ 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to