25 Jul
2001
25 Jul
'01
7:23 p.m.
P Cowley writes:
I have been trying to get a very simple tree up in ZOPE but nothing comes up. Now I am trying just the most simple example I can find, still nothing.
What is the most basic tree code just to see it work once?
Should this work "AS IS":
<dtml-var standard_html_header>
<dtml-tree> <dtml-var id> </dtml-tree>
<dtml-var standard_html_footer> Yes, if you are in a DTML Method (not a Document!) and the containing folder contains other folders.
Dieter