You can also just inject the HttpServletRequest.  It is a "shadow" of
the request in the RequestGlobals object.

On Fri, Apr 25, 2008 at 8:10 PM, Joshua Jackson <[EMAIL PROTECTED]> wrote:
> Never mind,
>
>  I made a workaround as such:
>
>     @Inject private RequestGlobals requestGlobals;
>
>     private HttpServletRequest request = 
> requestGlobals.getHTTPServletRequest();
>
>  Cheers,
>
>
>
>  On 4/26/08, Joshua Jackson <[EMAIL PROTECTED]> wrote:
>  > Dear all,
>  >
>  > There is a generic Request component in T5, but it hasn't got some
>  > method in HttpServletRequest such as: getRemoteUser()  . I wanted to
>  > get the user that access the apps. How do I do this in T5? Could
>  > anyone give me an insights on this?
>  >
>  > Thanks in advance
>  >
>  > --
>  > Let's show the world what we've got.
>  >
>  > Blog: http://joshuajava.wordpress.com/
>  >
>
>
>  --
>  Let's show the world what we've got.
>
>  Blog: http://joshuajava.wordpress.com/
>
>  ---------------------------------------------------------------------
>  To unsubscribe, e-mail: [EMAIL PROTECTED]
>  For additional commands, e-mail: [EMAIL PROTECTED]
>
>



-- 
Howard M. Lewis Ship

Creator Apache Tapestry and Apache HiveMind

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

Reply via email to