HI, I'm trying to understand how I could do the following: Having a root template, which defines several areas like: header, content, footer. Header and footer may be the same on all pages, so I just define them within the root layout template.
The content should be divided in left, right, middle components. I know I can use <t:body> as a placeholder, which will be filled by the content of any other TML file which uses the root template. But how can I specify which part of the main content should be replaced with new content? How can I target explicitly eg. the <div id="left"> part of a template within the main content? Thanks -- View this message in context: http://tapestry.1045711.n5.nabble.com/Placeholders-in-root-template-as-in-jsf-tp5717327.html Sent from the Tapestry - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
