[Zope] REQUEST.form (newbie help)
Philip Aylesworth
purple@mnsi.net
Wed, 17 Feb 1999 13:58:22 -0500
I am having some trouble getting a list of variables sent to a DTML doc.
If i use the URL http://zope/testbr?test=1
I can use
<!--#var "REQUEST.form['test']"-->
to get a value of test.
What I would like to do is get a list of names and values of all variables
sent.
I tried:
<!--#in REQUEST.form-->
and
<!--#in REQUEST.form.keys()-->
These seem to give me an error.
Any ideas?
Phil.
-----------------------------------------------------------
Philip Aylesworth mailto:purple@mnsi.net