Hi everyone,
I have been picking up Tapestry 5 quickly in the last few weeks. I got quite far but hit a brick wall. This should be simple but I cannot find the solution. Basically, I have a Layout page/component. Inside the Layout page/component, it has a Header component. The Header component will have a .tml template that will render the header portion of the page. However, to make it viewable by designers etc, I want to also mark up the .tml file as a full HTML page. I just want the component however to only render the necessary part. How can I do that? I thought the wrapping what I want to render inside a <t:container> would do the trick but the whole markup got render. Thanks for any help in advance, Ben