When I need a SELECT to handle multiple things I join them with colons then split them up wherever I need them. Works for me (so long as there are no colons in the data I am playing with!) Allen Tino Wildenhain wrote:
Hi,
Am Mo, den 20.09.2004 schrieb Asad Habib um 22:15:
Does anyone know how to access the values of a html select element that is defined to hold multiple values in Zope? In PHP, this element would be treated as an array but I have no idea how Zope handles this issue. Any help would be greatly appreciated. Thanks.
What about just trying it? :) Zope does not bite! :) If you want to read on that matter:
http://www.zope.org/Members/Zen/howto/FormVariableTypes
and
http://zope.org/Documentation/Books/ZopeBook/2_5_edition/ScriptingZope.stx
Regards Tino
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )