<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1226" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hi,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I'm wondering whethre you can help me with 
this.</FONT></DIV>
<DIV><FONT face=Arial size=2>I'm currently using a dtml-forest structure in my 
website to show a navigation tree.</FONT></DIV>
<DIV><FONT face=Arial size=2>I'd like this to be completley opened up when I 
enter the site ... that is all branches expanded.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I've tried using</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&lt;dtml-let expand_all="'true'"&gt;</FONT></DIV>
<DIV><FONT face=Arial size=2>&lt;dtml-forest root branches="showPublic" 
skip_unauthorized="1"&gt;</FONT></DIV>
<DIV><FONT face=Arial size=2>&nbsp;....... make links 
here<BR>&lt;/dtml-forest&gt;<BR></FONT><FONT face=Arial 
size=2>&lt;/dtml-let&gt;</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>but this doesn't work correctly cause even though 
the tree is expanded, when you try to click on the little minus signs near the 
branches to close them up you simply don't manage ... they will remain 
open.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Then I tried ...</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV>
<DIV><FONT face=Arial size=2>&lt;dtml-forest root branches="showPublic" 
skip_unauthorized="1"&gt;</FONT></DIV>
<DIV>
<DIV><FONT face=Arial size=2>&lt;dtml-let expand_all="'true'"&gt;</FONT></DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp; ... make links here</FONT></DIV>
<DIV><FONT face=Arial size=2>&lt;/dtml-let&gt;</FONT></DIV>
<DIV><FONT face=Arial size=2>&lt;/dtml-forest&gt;</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>But this doesn't work at all.... ie. the expand_all 
tag seems to be ignored ...</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Any idea what I'm doing wrong??</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Thanks</FONT></DIV>
<DIV><FONT face=Arial size=2>Ruth</FONT></DIV></DIV></DIV></BODY></HTML>