5 Jan
2003
5 Jan
'03
6:31 p.m.
beno schrieb:
What I want is the ZPT equivalent of this:
<dtml-var title_or_id>
Does it exist??
As the Zope API docs tell me, title_or_id isn't a DTML function but a method of the class ObjectManagerItem, which means it can be called on every (?) item in a folder. So, try ..."here/title_or_id"... and make sure your document is a ZPT... HTH Martin