struts2 cookies

Reply

Join Date: Apr 2008
Posts: 29
Reputation: savinki is an unknown quantity at this point 
Solved Threads: 0
savinki savinki is offline Offline
Light Poster

struts2 cookies

 
0
  #1
Nov 11th, 2008
How can we set and get cookies in struts2.
I tried with ;Cookie a = new Cookie("name","value"); - but this throws a null pointer exception.
because of this exception I used CookieInterceptor:
CookieInterceptor LoginCookie = new CookieInterceptor();
LoginCookie.setCookiesName("type");
LoginCookie.setCookiesValue("value");
but how can I get the cookie values?
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC