Re: Struts2 + Cookies

2007-01-23 Thread Eric Rank
Until we get the CookieInterceptor, you can use the ServletActionContext (org.apache.struts2 package) to access the Request and Response necessary for working with Cookies: Cookies[] myCookies = ServletActionContext.getRequest().getCookies(); ServletActionContext.getResponse().addCookie(new

Re: Struts2 + Cookies

2007-01-23 Thread Tom Schneider
I seem to remember a CookieInterceptor: https://issues.apache.org/struts/browse/WW-669. It doesn't look like it has made it into the core framework yet. Emmanuel KOJE wrote: Hi Guys, I tried without sucess to get some information about the management of cookie using struts2. Could you help

Struts2 + Cookies

2007-01-23 Thread Emmanuel KOJE
Hi Guys, I tried without sucess to get some information about the management of cookie using struts2. Could you help me to get some information ? Thanks, The fish are biting. Get more visitors on your si