Hi With the annotation @Component I can inject components which are defined in the component's template, for example: @Component(id="myComponent") private ActionLink link;
Is there a way to inject a component from the parent component? Something like: @Component(id="../myComponent") private ActionLink mark; Thank you chris