Re: Adding Cookie in 1.5.5

2012-06-28 Thread Ian Marshall
Have you tried wicket user wrote > > Hi, > > I was trying to add a cookie > getWebRequestCycle().getWebResponse().addCookie() > > but couldnt find getWebRequestCycle() in 1.5.5. > > i found getRequestCycle() but did not find addCookie in getResponse(). > ((WebResponse)getRequestCycle()

Re: Adding Cookie in 1.5.5

2012-06-28 Thread Martin Grigorov
ttpServletResponse)bufferedWebResponse.getContainerResponse()).addCookie( > cookie );  works. > > > Best regards, > > Jan > > Von: wicket user [samd...@live.com] > Gesendet: Mittwoch, 27. Juni 2012 19:49 > An: users@wicket.apache.org >

AW: Adding Cookie in 1.5.5

2012-06-27 Thread Jan Riehn
: Mittwoch, 27. Juni 2012 19:49 An: users@wicket.apache.org Betreff: Adding Cookie in 1.5.5 Hi, I was trying to add a cookie getWebRequestCycle().getWebResponse().addCookie() but couldnt find getWebRequestCycle() in 1.5.5. i found getRequestCycle() but did not find addCookie in getResponse

Adding Cookie in 1.5.5

2012-06-27 Thread wicket user
Hi, I was trying to add a cookie getWebRequestCycle().getWebResponse().addCookie() but couldnt find getWebRequestCycle() in 1.5.5. i found getRequestCycle() but did not find addCookie in getResponse(). Please suggest how to add/get cookie in 1.5.5 Thanks -- View this message in context