[Zope] Selections and Records

hans hans@beehive.de
Mon, 11 Feb 2002 11:27:21 +0000


Maik Jablonski wrote:

> hello,
>
> > I'm currently having problems with passing values from a multiple select
> > statement through the use of a record. So far, I haven't found anything on
> > this in the documentation or the mailing list archives and I was curious if
> > anyone else has encountered this problem.
>
> have a look at
>
> http://www.zope.org/Members/michel/ZB/ScriptingZope.dtml
>
> chapter: Passing Parameters to Scripts.
>
> Hint: Try something like this. The 'multiplie' seems to be important for you problem..;-):
>
> <select name='myRecord:list' multiple>
> <option>...</option>
> ...
> </select>

explanations also at
http://www.zope.org/Members/Zen/howto/FormVariableTypes
and maurer