[Zope] What's wrong with this code?

R. David Murray bitz@bitdance.com
Wed, 5 Jul 2000 10:47:54 -0400 (EDT)


On Mon, 3 Jul 2000, Andrew Kenneth Milton wrote:
> Because 'renderedHeader' is already set?
> You want to change it to renderedFooter in the footer...

Actually (you've doubtless already figured this out) you'll need
to make it a counter incramented in the header and decramented in
the footer so that you render only the footer matching the header
that was rendered.

--RDM