[Zope] manage_changeProperties

Maik Jablonski maik.jablonski@uni-bielefeld.de
Thu, 18 Jul 2002 21:48:28 +0200


Bj=F8rge Solli wrote:

>I am not sure if this detailed questions are welcome here, so plz le=
t me=20
>know if I should use another list or something..
>
>I get this Type Error:
>sequence index must be integer
>
>when I execute this code:
>context.manage_changeProperties(id,title=3Dtittel)
>
>I guess I'm doing something wrong.
>
>All help is apreciated.
>
>Bjorge
>
hi,

maybe you should try this:

getattr(context,id).manage_changeProperties({'title':tittel})

greetings, maik