Try to delegate #cookies to the parent_controller and define it as a
helper method. Really not sure why you can access a cookie object in a
view at all. Anyway, if you need it:
class MorellusWallaceWidget < Apotomo::Widget
delegate :cookies, :to => :parent_controller
helper_method :cookies
Nick
>
>
> Best regards.
> Asbjørn Morell