2 Nov
1999
2 Nov
'99
6:50 p.m.
----- 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