Re: How to inject component of the layout component into the page

2009-08-27 Thread Thiago H. de Paula Figueiredo
Em Thu, 27 Aug 2009 05:39:51 -0300, Sebastian HennebrŸüder escreveu: Hello, Hi! my page uses a layout component. The layout has my self made t:messages component to display messages. I need this component injected into the page as I want to return it as zone update. Tapestry keeps telling

Re: How to inject component of the layout component into the page

2009-08-27 Thread Kristian Marinkovic
"Tapestry users" An Tapestry users Kopie Thema How to inject component of the layout component into the page Hello, my page uses a layout component. The layout has my self made t:messages component to display messages. I need this component injected into the page as I want to return i

How to inject component of the layout component into the page

2009-08-27 Thread Sebastian HennebrŸüder
Hello, my page uses a layout component. The layout has my self made t:messages component to display messages. I need this component injected into the page as I want to return it as zone update. Tapestry keeps telling me, that the messages component is not included in the page template. How