[Zope] REQUEST syntax

Luciano Ramalho luciano@hiper.com.br
Fri, 24 Aug 2001 19:07:05 -0300


"Montagne, Michael" wrote:
> <dtml-call "REQUEST.set('name','<dtml-var Login>')">

Within a DTML expression, you just write the names of variables you want
to access, like this:

> <dtml-call "REQUEST.set('name',Login)">

Regards,

Luciano