[Zope-dev] REQUEST object enlightenment needed
Chris Withers
chrisw@nipltd.com
Mon, 30 Sep 2002 11:00:57 +0100
Colin Leath wrote:
>
> I think this is a problem with the plain StructuredTextDocument
> lacking it's own request object.
The REQUEST object is an object representing the HTTP REQUEST as is usually
acquired, so STD's (nice ;-) obviously aren't managing to acquire the REQUEST in
the context you're using them.
Bear in mind that the way some of the TreeMaker stuff works will strip
acquisition and may be causing the REQUEST to be lost from the acquisition chain
if your STD usage also does something interesting with acquisition.
cheers,
Chris