Issue creating component at runtime
Hi,
I'm trying to create a component at runtime and succeded in creating few components using
HtmlCommandLink link = (HtmlCommandLink) application.createComponent(HtmlCommandLink.COMPONENT_TYPE); but I'm facing issues in creating 'regions' at runtime.
Using the same method, but region is not being rendered..
UIXRegion coutput = (UIXRegion)application.createComponent("oracle.adf.Region");
Any help/suggestions will be great.
Thanks,
Prakash

