Hey everyone!

Quick, stupid question Is there any way to set a cookie from inside of a SURF-based app? (from either a java or javascript-backed bean? )

I've found the FrameworkUtil and ServletUtil classes, from which I can access the current HttpServletRequest object, but can't find access to the HttpServletResponse object to set the cookie..

Thanks!
jim