>From ServletConfigInterceptor:

final Object action = invocation.getAction();
final ActionContext context =
invocation.getInvocationContext();
if (action instanceof ServletRequestAware) {
    HttpServletRequest request = (HttpServletRequest)
context.get(HTTP_REQUEST);
    ((ServletRequestAware)
action).setServletRequest(request);
}

d.

--- Thilo Ettelt <[EMAIL PROTECTED]> wrote:

> Hey,
> 
> somehow I can't find a way to access the RequestMap
> from within an 
> Interceptor. What is the right way?
> 
> 
> - Thilo
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> 
> 


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

Reply via email to