[Zope] Acquisition problem - please help
Pavlos Christoforou
pavlos@gaaros.msrc.sunysb.edu
Fri, 17 Dec 1999 14:24:07 -0500 (EST)
> >
> > Acquisition is based purely on *physical containment* in the object
> > database, not some magic URL. Whether something can be acquired (the
> > acqusition path) is based purely on how objects are arranged in the OFS
> > and nothing to do with the URL.
This is not true. It depends on whether you are using a DTML Method or a
DTML Document for methodX in Dave's case. A DTML Document will always find
the property in folder 'first', but not in the case of a DTML Method.
Pavlos