8 Jun
2000
8 Jun
'00
2:40 p.m.
Take a look at: http://www.zope.org/Members/tazzzzz/addZClasses Kevin ----- Original Message ----- From: "Pierre Rougier" <prougier@ina.fr> To: <zope@zope.org> Sent: Thursday, June 08, 2000 6:57 AM Subject: [Zope] creating object from method
Well, I didn't find it in the ZQR, I have a product which is able to create instantiate an object of a ZClass (using a factory). (so, I can add my special object from the Add list)
In a dtml method, I want to create (instantiate) a new object of this ZClass.. I tried manage_addProduct... a little by hazard, but I don't find the right primitive to do that.... isn't there something like manage_addObject(ZClass, id...)?????