[Zope] Anonymous view for properties of objects

vsbabu@vsbabu.org vsbabu@vsbabu.org
Mon, 29 Jul 2002 18:13:15 -0400


Hello,

I've some scripts to automatically generate a navigation list, that used to work with Zope 2.1.6.
 eg:
    <dtml-in "objectItems(['Folder'])">
    	<dtml-var title_or_id>
    </dtml-in>

In Zope 2.5, this gives an error for non-authenticated users like "you are not authorized to view the property title".

Hints?

Thanks in advance
Satheesh Babu
http://vsbabu.org/