Hi I've got on a page: <t:outercomp> <t:innercomp> 1111111111111 </t:innercomp> <t:innercomp> 22222222222222 </t:innercomp> </t:outercomp>
How can I get a handle on outercomp from within it's embedded innnercomp class? @InjectContainer or ComponentResources.getContainer() both returns the page class. Sure I could pass the outer's id as a parameter to the inner, but this is Tapestry - should be necessary. Thanks -- Regards Theo