22 Jan
2002
22 Jan
'02
3:38 p.m.
[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