[Zope] passing lists in forms

ed colmar element@immersivearts.com
Sat, 29 Jan 2000 21:11:08 -0700


How do you destinguish between items in a list when submitting a form?

I know to use "name:list" in the form, but when actually entering the data,
should it be comma seperated, or return seperated or "['itemone'],
['itemtwo']" or what???

If I want to use say comma seperated items, does there need to be a bit of
python to convert the text into a list?

-ed-