[Zope] Cascading Methodcalls
Itamar Shtull-Trauring
itamars@ibm.net
Wed, 12 Apr 2000 15:38:40 +0300
Helmut Toplitzer wrote:
> I'm trying to call a DTML Method in a Folder for producing some data.
> If I call the method from the Parent-Folder - and this again from a
> Parent-Folder -
> I only get stupid stuff (Errors, Nothing, Information about the current
> folder but
> not about the subfolder)
Maybe you want to do:
<dtml-with subFolder>
<dtml-with subSubFolder>
<dtml-var methodInSubSubFolder>
</dtml-with>
</dtml-with>
--
Itamar S.T. itamars@ibm.net