20 Apr
1999
20 Apr
'99
6:14 a.m.
I found that using; <!--#var "meny1(demo1,REQUEST)"--> demo1 being the root-object from where to show the tree. Its works great :-) //johan carlsson
BTW. Another thing that doesn't work so well is that it doesn't keep it's state trought the levels. //johan carlsson
Try http://www.zope.org/Documentation/HowTo/DTML/treetag for possible ideas about always referencing a base Folder/object Karl Putland
However:
From the treetag howto;
<!--#var "meny1(PARENTS[-1],REQUEST)"-->
works well with sublevels.