You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by PEGASUS84 <pe...@hotmail.it> on 2009/03/16 20:11:39 UTC

interceptor and request http

how can I access in the current http request from an interceptor
-- 
View this message in context: http://www.nabble.com/interceptor-and-request-http-tp22541808p22541808.html
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: interceptor and request http

Posted by Dave Newton <ne...@yahoo.com>.
PEGASUS84 wrote:
> how can I access in the current http request from an interceptor

*Please* stop posting message after message asking the same thing.

Dave


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: interceptor and request http

Posted by Wes Wannemacher <we...@wantii.com>.
ActionContext.getContext().get(StrutsStatics.HTTP_REQUEST);

-Wes

On Mon, Mar 16, 2009 at 3:11 PM, PEGASUS84 <pe...@hotmail.it> wrote:
>
> how can I access in the current http request from an interceptor
> --
> View this message in context: http://www.nabble.com/interceptor-and-request-http-tp22541808p22541808.html
> Sent from the Struts - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org
>
>



-- 
Wes Wannemacher
Author - Struts 2 In Practice
Includes coverage of Struts 2.1, Spring, JPA, JQuery, Sitemesh and more
http://www.manning.com/wannemacher

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org