[Zope] Acquisition problem

Christopher J. Kucera ckucera@globalcrossing.com
Fri, 28 Apr 2000 11:56:00 -0500


> Root = ErrorsToProperty
> |
> + - standard_error_message
> |
> + - method2
> |
> + - Folder = ErrorsToProperty
>     |
>     + - method
>     |
>     + - method1

I set up some directories exactly as you have them, and I get the behavior
you'd expect:

"/method2"        -> Root's property
"/Folder/method"  -> Folder's Property
"/Folder/method2" -> Folder's Property

I can't reproduce what you're talking about.  You mentioned you were
on Zope 2.1.4, maybe you should try 2.1.6?

-CJ