[Zope] Handling results from <select> tag

Albert G. Boulanger aboulanger@ldeo.columbia.edu
Thu, 6 May 1999 18:30:23 -0400 (EDT)


> Hi -
> 
> On Thu, 6 May 1999, Alexander Staubo wrote:
> 
> > Consider a form:
> > 
> >   <form action="Post">
> >     <select name="Values" multiple>
> >       <option value="A">A</option>
> >       <option value="B">B</option>
> >       <option value="C">C</option>
> >    </select>
> >    ...
> > 
> 
> Try:
> 
> <select name="Values:list" multiple> 
> this will ensure that Value is a list whatever the selection
>

In my case, I am using a tclet (the tclet supports POST) to do the
equivalent of a form (the big advantage is that I can have tk widgets
like slides and spinners in the tclet for inputting values. Is there a
way of doing this declaration of form variable w/o having the explicit
form in the document?

Regards,
Albert Boulanger
aboulanger@ldeo.columbia.edu