4 May
1999
4 May
'99
2 a.m.
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