31 Jul
2002
31 Jul
'02
8:53 p.m.
Jaroslav Lukesh writes:
...
<dtml-in "PARENTS[0].objectValues('Folder')" sort=poradi> <a href="<dtml-var absolute_url>/" class="navlchild"> <dtml-var title_or_id></a><br> </dtml-in> ... Error Type: NameError Error Value: global name 'PARENTS' is not defined Looks like you call the DTML object without its positional arguments? Maybe, you should read "Calling DTML objects" in
<http://www.dieter.handshake.de/pyprojects/zope/book/chap3.html> Dieter