in MyPage.tml:
<t:mycomponent />

in MyComponent.tml:
<t:zone t:id="myZone">...</t:zone>

From within MyPage.java, is it possible to inject myZone?

ie something like this:

public class MyPage
{
   @InjectComponent private Zone myZone;
}

p.



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

Reply via email to