12 May
2001
12 May
'01
4 p.m.
Hi all, I've got some ZClasses in folderish objets, and I'd like to know how can I get from each object which is the parent folder in which it is stored. I guess this a very simple thing, but I haven't found the way yet ;). Any hint? TIA, arkaitz.
14 May
14 May
3:35 p.m.
New subject: [Zope] how to know the parent folder
Arkaitz Bitorika wrote:
Hi all,
I've got some ZClasses in folderish objets, and I'd like to know how can I get from each object which is the parent folder in which it is stored. I guess this a very simple thing, but I haven't found the way yet ;). Any hint?
TIA, arkaitz.
In Python Script: parent = container.aq_parent In DTML: <dtml-with name="aq_parent"> ..You are now working with the parent... </dtml-with> hth, -- | Casey Duncan | Kaivo, Inc. | cduncan@kaivo.com `------------------>
9094
Age (days ago)
9096
Last active (days ago)
1 comments
2 participants
participants (2)
-
Arkaitz Bitorika -
Casey Duncan