[Zope] How come you can't add a multiple selection property in a python script?

Dieter Maurer dieter@handshake.de
Tue, 12 Feb 2002 22:12:36 +0100


complaw@hal-pc.org writes:
 > ... "manage_addProperty" does not work with selection in Python Script ...
The following Python Script works fine for me:

    context.dd.manage_addProperty('new_property','selvar','selection')

"selvar" in this case is a token property acquired by "context.dd".


Dieter