[Zope] Getting an objects properties

Kevin Dangoor kid@kendermedia.com
Wed, 6 Oct 1999 14:26:15 -0400


Just a guess... These methods are probably actually methods of the
propertysheet not the ZClass... If your propertysheet is called
"properties", you may need to do:

<dtml-in "propertysheets.properties.propertyIds()">
</dtml-in>

Kevin

-----Original Message-----
From: Leon de Heus <hapkido@kabelfoon.nl>
To: Jonothan Farr <jfarr@real.com>
Cc: zope@zope.org <zope@zope.org>
Date: Wednesday, October 06, 1999 1:59 PM
Subject: Re: [Zope] Getting an objects properties


>Thanks for the fast answer.
>
>I knew about PropertyManager.py and its methods (maybe I should have put
>that in my message), but I created several ZClasses wich only inherit
>from ObjectManager.  So using propertyIds etc. doesn't work on objects
>from these classes. Does that mean that:
>
>a) I should design my ZClasses different, so they do support those
>methods
>or
>b) there are other methods to get the properties?