[Zope] REQUEST is too crowded
Kevin Dangoor
kid@kendermedia.com
Tue, 2 Nov 1999 13:50:39 -0500
----- Original Message -----
From: Itamar Shtull-Trauring <itamars@ibm.net>
To: <zope@zope.org>
Sent: Tuesday, November 02, 1999 12:20 PM
Subject: [Zope] REQUEST is too crowded
> I'm refering to a ZCatalog using a variable zcatalog which contains the
name
> of the Zcatalog:
>
> <dtml-in "_.getitem(zcatalog, 1)">
> <dtml-call "REQUEST.set('newurl', '/' + getpath(data_record_id_))">
> </dtml-in>
How about:
<dtml-in "_[zcatalog]({'title' : 'foo', 'metatype' : 'Folder'})">
...
Kevin