[Zope] dtml-var expr="REQUEST.......

Thomas B. Passin tpassin@mitretek.org
Tue, 22 Jan 2002 10:38:18 -0500


[Mayer, Steven]> I have a programmer problem!
> With the command : <dtml-var expr="REQUEST.form['id_doc']" newline_to_br>
> I get the name of the variable "id_doc" a DTML-Document but is there a
method that I get the content of the variable, displayed in a form?
> I need it for a edit-form.
>

<dtml-var "REQUEST.id_doc">

does the trick.

Cheers,

Tom P