[Zope] The Honest Scoop on Zope

Martijn Faassen m.faassen@vet.uu.nl
Thu, 09 Sep 1999 09:27:56 +0200


John Goerzen wrote:
[snip]
> But, dtml-with or dtml-let won't work, because I have to close the
> tags for them before the closing dtml-unless tag -- I can never get to
> the code below with the new value.  How does one get around this?

I suspect you might want to look into REQUEST.set(). i.e.:

<dtml-call "REQUEST.set('foo', 'value of foo')">

Regards,

Martijn