[Zope] Really stupid question
Kevin Dangoor
kid@kendermedia.com
Thu, 19 Aug 1999 16:38:13 -0400
-----Original Message-----
From: Luc Stepniewski <lstep@mail.dotcom.fr>
To: zope@zope.org <zope@zope.org>
Date: Thursday, August 19, 1999 4:01 PM
Subject: [Zope] Really stupid question
>I couldn't find anywhere (online documentation & mail archives) any
>information on the format that should be used to enter 'selection' and
>'multiple selection' properties while creating a new property :-(
>
>I tried ['foo', 'bar'], but I get a "No value for ['foo', 'bar']".
This doesn't sound like a stupid question to me :)
These properties are expecting the *name* of another property that actually
contains the choices. This would either be a Tokens or Lines property...
Kevin