16 Nov
2002
16 Nov
'02
6:39 a.m.
Naturally, the first thing I tried was <dtml-with FolderB> which returned a KeyError on FolderB. -----Original Message----- From: Dieter Maurer [mailto:dieter@handshake.de] Sent: Friday, November 15, 2002 11:59 AM To: rlfisher@sprynet.com Cc: zope@zope.org Subject: Re: [Zope] Re: Trouble with dtml-with Roger Fisher writes:
FolderA ...FolderB ...FolderC ......FolderD ......Method1
Method1 (in FolderC) has no problem, of course, doing a <dtml-with FolderD>
I cannot figure out how to <dtml-with> to get from Method1 (in FolderC) to code in FolderB. FolderB is parallel to Method1's parent (FolderC). Neither will it have a problem to do "<dtml-with FolderB>". (This is acquisition).
Dieter