[Zope] Simple form processing query

Albert Boulanger aboulanger@ldeo.columbia.edu
Mon, 03 May 1999 21:00:58 -0500


I would just like to print out the key, values from REQUEST.form. Why
does this DTML not work?

in a DTML document "process" which is the post url. (I skipped the empty
form test for simplicity in this.)

<!--#var standard_html_header-->
<h2><!--#var title_or_id--></h2>

<!--#in REQUEST.form-->
<p>
<!--#var sequence-key--> <!--var sequence-item-->
</p>
<!--#/in-->
<!--#var standard_html_footer-->

On the zope learning curve,
Albert Boulanger
aboulanger@ldeo.columbia.edu