2 Nov
1999
2 Nov
'99
9:10 p.m.
At 20:20 2-11-99 , Itamar Shtull-Trauring wrote:
Kevin Dangoor wrote:
<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'})">
Doesn't seem to work, I get: Error Type: AttributeError Error Value: no __call__ method defined
Because that should read: <dtml-in "_.getitem(zcatalog, 0)({'title' : 'foo', 'metatype' : 'Folder'})"> -- Martijn Pieters, Web Developer | Antraciet http://www.antraciet.nl | T: +31 35 7502100 F: +31 35 7502111 | mj@antraciet.nl http://www.antraciet.nl/~mj | PGP: http://wwwkeys.nl.pgp.net:11371/pks/lookup?op=get&search=0xA8A32149 ---------------------------------------------