10 May
2001
10 May
'01
1:59 p.m.
Guten Abend. * Gilles Lenfant <glenfant@bigfoot.com> [2001-05-09 20:16]:
<dtml-with folder> <dtml-call "manage_addDTMLDocument(id=aname,title=prenom+' '+nom,file='')"> <dtml-with expr="aname">
Here "aname" is a string. Imho there should be an error message if you do this to an dtml-with tag :-) You want the object with the id aname, so you have to get it: _.getitem(aname). Your dtml-with tag then looks like this: <dtml-with expr="_.getitem(aname)"> Cheers, Nils