[Zope-dev] calling dtml method with same name up the hierarchy.

Casey Duncan casey.duncan@state.co.us
Mon, 6 Nov 2000 13:41:08 -0700


The following should work in your nested standard_html_footer to call the
higher level one without infinite recursion:

<dtml-with "PARENTS[1]">
   <dtml-var standard_html_footer>
</dtml-with>

hth,
Casey D.