[Zope] Dtml-in objectItems
Oleg Broytmann
Oleg Broytmann <phd@phd.fep.ru>
Fri, 25 May 2001 15:37:05 +0400 (MSD)
On Fri, 25 May 2001, Paul Zwarts wrote:
> <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.
<dtml-in expr="objectIds('Folders')">
Why "Folders"? There is no such metatype.
Oleg.
----
Oleg Broytmann http://www.zope.org/Members/phd/ phd@phd.pp.ru
Programmers don't die, they just GOSUB without RETURN.