29 Apr
2002
29 Apr
'02
8:27 p.m.
Nico Niepraschk writes:
<dtml-with ...> <dtml-tree branches=objectValues>
</dtml-tree> </dtml-with>
... doesn't work. Have anybody an idea ? What do you want to achieve?
I am sure, it will work in the sense that you can access the "with" attributes inside the tree content. It does not have the effect to change the trees root. You would use <dtml-let root=...> <dtml-tree root ...> ... </dtml-tree> </dtml-let> for that. Dieter