How about just using meta_type? on the zclass this'll be 'Z Class' and on an instance of the ZClass, it'll be that meta_type. _____________________________________________________ Tim McLaughlin iterationZERO - www.iterationzero.com 703-481-2233
Message: 6 From: "Edgardo Zulian" <ezulian@elsitio.com.ar> To: <zope-dev@zope.org> Subject: [Zope-dev] ZClass Instances Date: Wed, 25 Jul 2001 09:41:15 -0300
Hi,
I have a zclass, which have a propertysheet with some properties like multiple lines, strings, etc.. which have some default values that i assigned to them. When i create an instance of that zclass and i change the value of a property, then the instance does not reflect any more the changes that i make to the zclass, which is okey.
So the question is: There is a way to know using an external method or with a dtml, if an instance is different from the zclass?
Thanks..
Edgardo