18 Feb
1999
18 Feb
'99
5:06 p.m.
On Wed, 17 Feb 1999, Stefan Franke wrote:
Is there a predefined Zope variable to be used in DTML documents that contains the parameter part of a request. Say, the requested URL is
REQUEST.form contains all the relevant parameters. Alternatively you can access the parameters directly: <!--# var param1--> for example. Pavlos