It's a class of component we call a "layout" or a "border".  I.e.

<t:layout>
 My page specific content
</t:layout>


An the Layout component's template:

<html>
 <head>
  ...

  <t:body/>  <!-- The page specific content -->

 ...
</body>
</html>
On 4/18/07, Ki Alam <[EMAIL PROTECTED]> wrote:

I'm beginning to work with Tapestry 5 and I'd ideally like to have one
page
design (created by Dreamweaver) shared between all my pages.  Let's call
that SiteDesignTemplate.html.  This would have <div>s or eve <td>s  into
which I'd like to insert my Start.html and other Tapestry pages as
required
for each step in my application.  I've looked at the component code in the
tapestry 5.0.3 source, but I'm having trouble determining the control
flow.

Are there any examples of this available for tapestry 5?

Thanks,
Ki




--
Howard M. Lewis Ship
TWD Consulting, Inc.
Independent J2EE / Open-Source Java Consultant
Creator and PMC Chair, Apache Tapestry
Creator, Apache HiveMind

Professional Tapestry training, mentoring, support
and project work.  http://howardlewisship.com

Reply via email to