[Zope] aq_acquire problem

Alexander Westholm alex@confmon.com
09 May 2002 12:17:05 -0400


All,

in a product method, I'm trying to access the REQUEST... the class that
the method lives in inherits from Acquisition.Explicit so I tried to
access it like so: self.aq_acquire('REQUEST') which yields an error
about aq_acquire not being there... any ideas?

    -- Alex