[Zope] getting parents id and its properties

Marcus Schopen marcus.schopen@uni-bielefeld.de
Fri, 03 Aug 2001 02:54:07 +0200


Hello!

is there a way to get an object's parent folder id and(!) all properties
of this parentfolder?
The given object is is the result of a Catalog search.

my code:

<dtml-in
Catalog.searchResults({'meta_type':'NewsItem','sort_order':'reverse'})">

   <dtml-var id>  
       |
       ??? name of the parent folder and its properties (title etc.)
????
  
</dtml-in>



Please help!

Thank you
Marcus