This works:
<div t:type="EmptyFrame" t:id="myFrame"
centerBlock="block:centerBlock"></div>
<t:block t:id="centerBlock">Something</t:block>


But T5 complains that the component doesn't have a Block with
id="centerBlock" in this case:
<div t:type="EmptyFrame" t:id="myFrame" centerBlock="block:centerBlock">
   <t:block t:id="centerBlock">Something</t:block>
</div>

And has the same complaint for this:
<t:block t:id="centerBlock">Something</t:block>
<div t:type="EmptyFrame" t:id="myFrame"
centerBlock="block:centerBlock"></div>


Coming from Tap4 land, this seems a little strange.
-- 
View this message in context: 
http://www.nabble.com/T5-Block-Rendering-tf3935992.html#a11163113
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to