[ZPT] METAL slots within each other

Chris Withers chrisw@nipltd.com
Fri, 15 Mar 2002 12:33:38 +0000


Hi,

I've got a macro roughly like:

<html metal:define-macro="page">
  <body metal:define-slot="body">
    <p tal:content="here/Title">A Title</p>
    <table metal:define-slot="table">
      <!-- standard tabel here -->
    </table>
  </body>
</html>

...so I can choose to define either the whole body or just the table.


but it doesn't work! 

If I do a fill slot on body, it simply doesn't substitute and the default content is show.

What gives?!

cheers,

Chris