Hi Ki,

The pattern used in tapestry is to create a "layout" type of component, and include that in all of your pages. So instead of thinking of things as a single page with a set of content that goes in the middle, you think of the layout as a component which is included in all of your pages. So SiteDesignTemplate.html would be a component template, and you could then do:

<t:SiteDesignTemplate ...>
  <!-- page content goes here -->
</t:SiteDesignTemplate>

On your pages.

Robert

On Apr 18, 2007, at 4/184:32 PM , Ki Alam 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


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

Reply via email to