RE: [Zope-dev] calling dtml method with same name up the hierarchy.
6 Nov
2000
6 Nov
'00
8:41 p.m.
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.
9305
Age (days ago)
9305
Last active (days ago)
0 comments
1 participants
participants (1)
-
Casey Duncan