[Zope] Getting properties in Python Methods

Janko Hauser jhauser@ifm.uni-kiel.de
Fri, 3 Dec 1999 14:00:05 +0100 (CET)


One way is to iterate over objectValues(['Profile_meta_class_type'])
The meta_type is given during building of the zclass in the product folder.

<dtml-in "objectValues(['Meta_type'])">
<dtml-var property
</dtml-in>

(Above not tested)

HTH,
__Janko