Hi All, this is solved :) sorry, I was too quick and forgot to search the mail archives. Really, this is not an issue with tapestry. Page parts should be components and then including them is this easy:
<t:Footer/> like for including a Footer component to show standard footer. (And don't forget that the .TML and .java should both reside in a components package) Case closed. Tapestry is cool :) Cheers, Janos On 14/04/2008, János Jarecsni <[EMAIL PROTECTED]> wrote: > > Hi All, > > I'm new to Tapestry technology and to this mailing list, and I have a > question. I'd like to "dynamically" create .TMLs... So instead of having > static pages (Start.tml, Login.tml), I'd like to construct Tapestry pages on > the fly (by including page parts, which are other .tmls). I've been looking > for some "include" component whatsoever, but found nothing. Except for the > PageLayout component, which does something similar, just the other way > around. Could you point me to some workaround or existing solution? > > Cheers > Janos >