See CookieUtils class.
Otherwise you need to cast the Response to WebResponse to be able to
work with cookies.
On Wed, Jun 27, 2012 at 9:20 PM, Jan Riehn jan.ri...@1und1.de wrote:
Hey,
there is an open issue: https://issues.apache.org/jira/browse/WICKET-4358
the hint
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().