24 Apr
2002
24 Apr
'02
11:09 a.m.
On Wednesday 24 April 2002 1:03 pm, Pascal Samuzeau wrote:
Hello
When I try <dtml-var "REQUEST.form['try-it']> I have the following error :
<snip>
When I try <dtml-var "REQUEST"> I have the URL , URL0, BASE3 as:
http://website/folder/document,
but never I see my parameter "variable"
Sincerily PS
You're still using REQUEST.form, not REQUEST. Just use REQUEST['try-it'].