[Zope] dtml-with ONLY, on folders?

Brian Withun brianw@hilgraeve.com
Wed, 6 Jun 2001 12:07:13 -0400


<DTML-WITH xxx ONLY> doesn't seem to work the way I expect, when using
folders...

I have:

FolderA
FolderA.dtmlmethod1
FolderA.FolderB
FolderA.FolderB.dtmlmethod2

dtmlmethod1 contains:
this is dtmlmethod1


dtmlmethod2 contains:
<dtml-with FolderB only>
 <dtml-var dtmlmethod1 missing="no method1 found">
</dtml-with>


When I view dtmlmethod2, I expect to see "no method1 found", but instead I
see "this is dtmlmethod1"

It appears that the "ONLY" part of my dtml-with isn't working?  Am I missing
something?

Brian Withun
------------