[Zope] Dtml-in objectItems
Paul Zwarts
paz@oratrix.com
Fri, 25 May 2001 13:33:30 +0200
Greetings Oleg,
Thanks for the quick response. I had tried that already. It didnt work.
<dtml-in expr="objectIds('Folders')">
<a href="&dtml-absolute_url;"><dtml-var title_or_id></a>
</dtml-in>
The code does not raise an error, it just doesnt display any results.
P
-----Original Message-----
From: Oleg Broytmann [mailto:phd@phd.fep.ru]
Sent: 25 May 2001 11:56
To: Paul Zwarts
Cc: Zope
Subject: Re: [Zope] Dtml-in objectItems
On Fri, 25 May 2001, Paul Zwarts wrote:
> <dtml-with Interop>
> <dtml-in expr="objectItems('Interop')">
^^^^^^^ this must be metatype, not
folder's name.
Oleg.
----
Oleg Broytmann http://www.zope.org/Members/phd/ phd@phd.pp.ru
Programmers don't die, they just GOSUB without RETURN.