[Zope] Unauthorized fixed--now the page is blank

Chris Africa cafrica@engin.umich.edu
Tue, 17 Sep 2002 14:12:52 -0400


Hi, Dieter.

Yes, there are more than 100 LocalFS objects.

The LocalFS objects and index are all at the same level inside the folder
"Financials." The code for the index (a DTML document) is using aq_parent as
follows:

<dtml-in expr="aq_parent.objectValues('[Local File System]')" sort="id"
skip_unauthorized>

Can you refer me to a page that discusses the "DTML Document versus Method
problem"?

Chris



On 9/13/02 2:09 PM, "Dieter Maurer" <dieter@handshake.de> wrote:

> Chris Africa writes:
>> Now I get a blank page with header and footer.
>> ...
>> <dtml-in expr="aq_parent.objectValues('[Local File System]')" sort="id"
>> skip_unauthorized>
> Maybe a DTML Document versus Method problem?
> 
> Do you have so many "Local File System" objects? Maybe there is none
> in "aq_parent".
> 
> 
> Dieter