Hi all, I have a webapp where a so called 'ribbon' (the office one) is introduced at the top of each page. The content of this ribbon (a Tapestry Component) is filled through a per-thread service with block id's.
Once the component starts rendering, it searches for the supplied block id's in the Page. Now, this ribbon also needs knowledge of blocks not defined in the page but also defined in arbitrary components who live on the page. But as these components are rendered BEFORE my ribbon, their blocks cannot be found (coz they're not there yet..) What i'm looking for is how and if i can use the Heartbeat structure, to defer the rendering of the ribbon component AFTER the whole page including sub components have been rendered. I looked at the Form and Label/Field code but unfortunately it does not help me. Any hints ?! Thx -- View this message in context: http://tapestry.1045711.n5.nabble.com/Deferring-component-rendering-tp5492209p5492209.html Sent from the Tapestry - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org