1 Jun
2002
1 Jun
'02
11:56 a.m.
From Dirk Datzert, Sat Jun 01, at 12:38: .try: . . <dtml-in "aq_parent.objectValues('File')"> . <li><dtml-var id></li> . </dtml-in> .
nothing displayed, besides header and footer . def objectValues(self, spec=None): . # Returns a list of actual subobjects of the current object. . # If 'spec' is specified, returns only objects whose meta_type . # match 'spec'. . return map(self._getOb, self.objectIds(spec)) . everything seems to be in the list out, files created by ADD -> File sequence are included. Should i conclude that objects created by ADD->File sequence are not File objects? thank you -- Max