[Zope] Accsessing the folder above

Dirk Datzert dirk.datzert@tks-rasselstein.thyssenkrupp.com
Sun, 29 Sep 2002 17:24:36 +0200 (CEST)


Hi,

you can use the function "aq_parent" which returns the parent-object in the
aquisition path.

try:

<dtml-var "aq_parent.id">

and see what will be done.

Regards,
Dirk