[Zope] HTML Document rendering?
Dieter Maurer
dieter@handshake.de
Wed, 31 Jul 2002 22:53:42 +0200
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