2009/1/20 Ignacio de Córdoba <icord...@skios.es>:
> I'd like to know if there is another path to get cookies in my interceptor.
> I've been developing on struts for a couple of years but I'm pretty newbie
> to struts2.

I think you should follow CookieInterceptor [1] approach which is using:
HttpServletRequest request = ServletActionContext.getRequest();


[1] 
http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/main/java/org/apache/struts2/interceptor/CookieInterceptor.java?view=markup


Regards
-- 
Lukasz
http://www.lenart.org.pl/

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

Reply via email to