On Thu, 23 Jun 2011 23:18:39 +0200, Tony Nelson <tnel...@starpoint.com>
wrote:

In our T4 app we made a lot of use of this type of construct:

<parameter name="selectedColumn" default-value="ognl:page.selectedColumn" />

This particular component is embedded 4 layers deep and was able to reach back all the way to Page class to get values. Is there a similar construct in T5 or am I going to have to pass these values explicitly down the components?

Perhaps the page could store this data in the Environment and let the component access it from there? Check out the documentation here to see whether it's a suitable option in your case:
http://tapestry.apache.org/environmental-services.html

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

Reply via email to