[Zope] example of REQUEST.form.keys() or REQUEST.form.items()?

Chris Cioffi zope@stopthesanity.org
Sun, 16 Sep 2001 14:23:26 -0400


I've created a form with several dynamically named fields.  I can see the
fields and the data with <dtml-var "REQUEST.form.items()">, but I don't know
how to access the data within a <dtml-in ...> loop.  How do I access the
variables?  The Zope book doesn't say and other documentation/examples has
eluded my searching so far.

Chris