I need to access the HttpServletRequest from an Interceptor. I'm using:
HttpServletRequest request = ServletActionContext.getRequest ();Is that the correct way to get it? It works, but I'm not sure that's how I should be doing it. Thanks, Mark --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

