Re: [Zope] REQUEST.form (newbie help)
17 Feb
1999
17 Feb
'99
9:30 p.m.
At 19:58 17-2-99 , you wrote:
I am having some trouble getting a list of variables sent to a DTML doc. I tried: <!--#in REQUEST.form--> and <!--#in REQUEST.form.keys()-->
Try: <!--#in expr="REQUEST.form.keys()--> or even better <table> <!--#in expr="REQUEST.form.items()" sort--> <tr><td><b><!--#var sequence-key--></b>: <td><!--#var sequence-item--> <!--#/in--> </table> The trick is the expr="" attribute.
9910
Age (days ago)
9910
Last active (days ago)
0 comments
1 participants
participants (1)
-
Martijn Pieters