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