[Zope-dev] Transparent Folder bug?

Andy McKay andym@ActiveState.com
Fri, 23 Mar 2001 16:27:56 -0800


Am I imagining it or do I have a transparent folders bug? It would seem that
transparent folders adds an extra namespace to my objects and it searches
through sub folders eg:

Folder X:
    Document Foo.

In the root with transparent folders i can happily call <dtml-var Foo> when
I should not have this in my namespace. Without transparent folders I get a
KeyError (which I should). With I get X/Foo rendered even though X is not
transparent.

My only caveat here is that every test with transparent folders is Zope 2.3,
where as without im using 2.1.6.

Cheers.

--
  Andy McKay.