On Thu, 21 Jul 2011 15:32:27 -0300, George Christman <gchrist...@cardaddy.com> wrote:

Yes, in my example I'm trying to pass a title generated in the page component back to the layout component.

Tapestry's philosophy is that components (including pages) are and should be black boxes, so the normal flow is from top to down, not the opposite.

You'll need to use the Environmental service in your page and add some custom object on it, typically in @BeginRender. Then, in your component, you invoke some method in this object. In the page, in some event after @BeginRender, you get the value back.

--
Thiago H. de Paula Figueiredo
Independent Java, Apache Tapestry 5 and Hibernate consultant, developer, and instructor
Owner, Ars Machina Tecnologia da Informação Ltda.
http://www.arsmachina.com.br

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to