Hi Jose, did you include the DTML-Method 'navigation' in a DTML-Document by any chance? If so, the objectValues method is called on the DTML-Document in stead of the containing folder. In that case objectValues does not return anything. Greetings, good luck, Antwan. At 14:13 8-2-02 -0800, you wrote:
Hi... I'm learning Zope trough ZopeBook and the it's not working like the book shows...
Building the ZopeZoo structure and adding the script... of id "navigation"
<a href="..">Return to parent</a><br> <ul> <dtml-in expr="objectValues('Folder')"> <li><a href="&dtml-absolute_url;"><dtml-var title_or_id></a></li><br> </dtml-in> </ul>
It does not list the folders bellow the ZopeZoo Folder... I'm running with this configuration:
Zope Version (Zope 2.5.0 (binary release, python 2.1, win32-x86), python 2.1.2, win32) Python Version 2.1.2 (#31, Jan 15 2002, 17:28:11) [MSC 32 bit (Intel)] System Platform win32 (Windows NT Workstation)
I tried also in other computer with Windows 98 and also the same thing happened... it does not list the folders...
The script of standard_html_header is :
Other TEST When I make a direct reference to the method navigation... it works OK... but when I display index_html of http://127.0.0.1:8080/ZopeZoo it does not work... and it shows the message "Other Test"... so This scripts is running but not doing what it should... Thaks for any help. __________________________________________________ Do You Yahoo!? Send FREE Valentine eCards with Yahoo! Greetings! http://greetings.yahoo.com _______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )