According to the http://tapestry.apache.org/tapestry5/guide/templates.html page <t:container> element is used for displaying multiple top level components.
I tried the following code in my tml file: <t:container xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd"> <div>First Div!</div> <div>Second Div!</div> <div>Third Div!</div> </t:container> And when I run it, tapestry displays only the Third Div! (last first level element). Am I missing something? -- View this message in context: http://n2.nabble.com/%3Ct%3Acontainer%3E-shows-only-one-top-level-element-tp1334818p1334818.html Sent from the Tapestry Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]