hi, lets assume I have a root component with its html template. one of components used in a template contains a component that interests me the most. is it possible to get this embedded component from the root one? I mean, is it generally possible to any component with allocated id from the "root" of components tree (in my case from the Layout component) just like this:
@Inject private ComponentResources _resources; _resources.getEmbeddedComponent(id); thanks.