Hello Guys,
I am working on Jdev12.2.1 and Jsf2.2.
I have created one dynamic region in which I created some component using java code like RichSelectOneChoice etc, not the jsf declarative approach.
So here when ever I trying to search any component inside the region , system is not able to find it.
UIComponent component = FacesContext.getCurrentInstance().getViewRoot().findComponent("aRegion:0:businessUnit");
Its absolute id of this component withing Region. See the below screen shot took from Developer mode.

I really surprised why program is not able to find this component.
FYI, Its ajax call that trying to look up this component.
Could someone help me on this.
Thanks