[Zope] Finding constructor

Dieter Maurer dieter@handshake.de
Wed, 14 Nov 2001 22:26:37 +0100


Jesper Holmberg writes:
 > In one product, Parsing, I have this line:
 > 
 > self.manage_addProduct['OFSP'].manage_addStep(id=name, title="Step")
Almost surely, your constructor does not live in the product
'OFSP'!

Use the name of your own product as key of "manage_addProduct".


Dieter