Re: [Zope-PTK] Acquisition of properties?
On Sun, 27 Feb 2000 10:26:48 -0800 J C Lawrence <claw@kanga.nu> wrote:
Given the following folder tree:
/ XXX YYY
Where XXX and YYY both contain property sheets with properties defined, the "YYY" folder contains a "discuss" DTML method, and the "XXX" folder is a PortalFolder and contains a "test" DTML Method that reads something like:
<dtml-var standard_html_header> <dtml-with YYY> <dtml-var "discuss()"> </dtml-with> <dtml-var standard_html_footer>
Why, when viewing "WWW/test", can't the "discuss" method find the properties defined on YYY? I thought I understood acquisition...
Aaargh. That should be "XXX/test" of course. Same question holds tho. -- J C Lawrence Home: claw@kanga.nu ----------(*) Other: coder@kanga.nu --=| A man is as sane as he is dangerous to his environment |=--
participants (1)
-
J C Lawrence