Hi, I read the documentation and the source code to find a way for a parent component to discover his embedded components.
I saw the best place for that will be the componentResources class. Why tapestry don't get the possibility to acces to the child tree dependency. With more investigation it's seems that the methode getEmbeddedComponent(String id) In the class ComponentResources not work directly (throw exception in my tests) and need and explicite binding to work (like in the Grid class). There is a way to accomplish my goal ? Thank you for any input. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]