On Tue, Nov 19, 2002 at 09:43:05AM +0100, Andreas Tille wrote: > > new = container.manage_addProduct['ExtFile'].manage_addExtFile(id, \ > id, desc, file) > > Now I wanted to add a further property using > > new.manage_addProperty(id, type, value) new = container[id] new.manage_addProperty(...) should work hth Jerome Alet