[Zope-CMF] how to get the object created by invokeFactory

Chris Withers chrisw@nipltd.com
Tue, 03 Jul 2001 13:43:20 +0100


seb bacon wrote:
> 
> Also, note that you can usually edit most of an object's attributes
> when you instantiate it, using keyword args:
> 
>   context.invokeFactory('Topic', id, title='foo', description='bar')
> 
> However, Topic doesn't seem to let you do that.  One for the Tracker,
> perhaps...

Nah, I think the other objects onyl support that for PTK backwards
compatability...

cheers,

Chris