Em Wed, 03 Sep 2008 17:42:22 -0300, Alex Florentino
<[EMAIL PROTECTED]> escreveu:
How to make an "complex" component layout using tapestry5, I read the
T5 begin tutorial and it works fine, but I need create an component
layout with big left menu and then I would like separate at my
layout.tml in various tml files such as leftmenu.tml, footer.tml etc..
Just think that each one will be a component by itself. In you layout
component, just use them:
...
<div t:type="LeftMenu"/>
...
<t:body/>
...
<div t:type="Footer"/>
...
Thiago
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]