[Zope-dev] DTML Documents/Folders in ZClasses fail to access anything
   
    Dieter Maurer
     
    dieter@handshake.de
       
    Wed, 21 Feb 2001 19:39:35 +0100 (CET)
    
    
  
Itai Tavor writes:
 > I got a ZClass 'Test', with a DTML Method 'view' containing <dtml-var 
 > id>, and a DTML Document 'view2' with the same line. instance/view 
 > works. instance/view2 returns (ZDebug output):
 > 
 > Error type: Unauthorized
 > Error value: The object /test/view2, which is contained in 
 > /test/view2, is marked as private.
I would check the ZClass's "Access Contents Information"
permission mapping.
Dieter