[Zope] Authorization failure

Michel Pelletier michel@digicool.com
Sat, 02 Oct 1999 15:36:23 -0400


Sture Lygren wrote:
> 
> Hi!
> 
> I'm stuck with a problem here and hope someone can help me out ...
> 
> I try to make a folder & file tree view using the code:
> 
> DTML-method - show_tree
> 
> <dtml-tree branches_expr="objectValues(['Folder, 'File'])"

Use <dtml-tree branches_expr="objectValues(['Folder', 'File'])"
skip_unauthorized=1>

-Michel