[Zope-dev] objectValues(spec) does not work!?

Jonas Juselius jonas@iki.fi
Fri, 13 Aug 1999 13:14:43 +0300


I have the following problem in dtml:

<!--#in "objectItems('Folder')"-->
.
.
.
<!--#/in-->

does not work! Neither does objectItems('[Folder]'), but a plain 
<!--#in objectItems--> works... I have looked at the code in ObjectManager.py 
and DT_Util.py, but can't figure it out...

The errors I get are the following (without the traceback):

Error Type: TypeError
Error Value: call of non-function (type list)


Help appreciated, jonas