[Zope] How to get the variable in an URL ?

Harry Wilkinson harryw@nipltd.com
Wed, 24 Apr 2002 12:09:25 +0100


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'].