18 Jul
2002
18 Jul
'02
7:48 p.m.
Bjørge Solli wrote:
I am not sure if this detailed questions are welcome here, so plz let me 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=tittel)
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