Hi Robert, Thanks for that. As I see it <t:container> seems to be the inverse of what I want. It excludes it's children from the output, whereas $content$ excludes everything but its children from the output.
Does anyone know if the equivalent functionality is planned? Cheers Andrew On Mon, Jun 2, 2008 at 9:51 AM, Robert Zeigler <[EMAIL PROTECTED]> wrote: > $content$ is NOT the same as <t:body /> > > <t:body> is the equivalent to the T3 "RenderBody" component. > > The closest thing to $content$ is <t:container>, but even that isn't quite > the same thing as $content$. > > Robert > > > On Jun 1, 2008, at 6/16:07 PM , Marcus wrote: > > Hi Andrew, >> >> $content$ = <t:body /> ( >> >> http://tapestry.formos.com/nightly/tapestry5/tapestry-core/guide/templates.html >> ) >> >> for $remove$ you can use t5components/remove or search on list for "public >> class Remove" >> >> >> Marcus >> > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >