[Zope] More ZClass questions: How to get a complete property list?
Dieter Maurer
dieter@handshake.de
Wed, 31 Jan 2001 21:33:55 +0100 (CET)
Ernesto Revilla writes:
> Say xxx is an instance of a ZClass and resides in the root directory.
> http://localhost:8080/xxx/propertyMap
> will return a map of all properties of the root folder not of the xxx
> object.
Apparently, your "xxx" instance does not have a "propertyMap"
attribute/method. The containing folder has. Therefore, this is
used (by acquisition).
Dieter