[Zope] Wierdness with ZCatalogedObject product
Chris Withers
chrisw@nipltd.com
Sun, 11 Aug 2002 14:25:12 +0100
Max M wrote:
> Nigel Head wrote:
>
>> container.tstObject.manage_changeProperties({'prop1':999})
>>
>> gets me a
>> TypeError, manage_changeProperties() takes at most 2 arguments (3 given)
>>
>>
>
> Isn't it because you need to set the value in the request, and then pass
> that?
Any mapping should do, unless ZCataloguedObject's manage_changeProperties works
differently to a normal PropertyManager.
Nigel,
Can you post the code of ZCataloguedObject's manager_changeProperties method?
cheers,
Chris