Re: [Zope] Containment or context

2000-06-16 Thread Michel Pelletier
Evan Simpson wrote: - Original Message - From: Michel Pelletier [EMAIL PROTECTED] Evan Simpson wrote: for p in REQUEST['PARENTS']: if hasattr(p.aq_explicit, propname): return getattr(p, propname) raise AttributeError, propname I think you might be missing

Re: [Zope] Containment or context

2000-06-15 Thread Evan Simpson
I have paraphrased your example at http://www.zope.org/Wikis/zope-dev/AcquisitionFeedback We are considering providing some way for you to acquire properties in the way you expected. You can read more about this in the pages connected to the AcquisitionFeedback page. - Original Message

[Zope] Containment or context

2000-06-14 Thread Stephen Harrison
Hi, I've been trying to piece together a site which exploites acquisition, but I have come up against a problem. This basically boils down to the chosen method for acquisiton. I can have a site with the following structure: / +- foo | +- stuff | +- etc... +- bar | +- more stuff | +-