3 Dec
1999
3 Dec
'99
2:15 p.m.
Sorry, my last mail was unclear. You asked for lookup from a PythonMethod. I have looked into this. The method needs as parameter self. Than this returns the right value. For 'DTML Document' you need to substitute your meta_type # a=self['objectValues'](['DTML Document']) #a=self['objectValues']() b=[] print "A simple test" for i in a: # strange is I can not use hasattr() here??? try: b.append(i.myid) print b except: pass return printed HTHm __Janko