[Zope] Correct handling of properties...
Thierry FLORAC
tflorac@onf.fr
Tue, 2 Oct 2001 11:09:49 +0200
Hi,
I'm currently having a little problem with properties handling :
I have several folders :
- /folder1
- /folder1/folder2
- /news
The "news" folder contains an "append" DTML Method which is using a
property defined in "folder1" and "folder2".
But :
- if I call /folder1/news/append, the DTML method uses the property value
stored for folder1 => OK
- if I call /folder1/folder2/news/append, the DTML method uses the
property value stored for folder2 => BAD !!
Is there any way to handle properties like this correctly ??
Thanks,
Thierry