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

[496 byte] By [kcpsunforuma] at [2007-11-27 1:45:45]
# 1
And what if you simply doUIXRegion coutput = new UIXRegion();
BalusCa at 2007-7-12 1:06:28 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
Thx for the reply..I too tried that. It renders all other components fine except UIXRegion. Is there any issue in rendering region at runtime during the lifecycle of JSF ?
kcpsunforuma at 2007-7-12 1:06:28 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 3
Do you see any errors in the log? Anyway, you might try the ADF faces support site / forum / mailinglist, if any. You're here at the Sun forums. I don't know those components, so I can't help much further. I am afraid others can't either.
BalusCa at 2007-7-12 1:06:28 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 4
I don't find any error in the logs..Do u have any suggested forums for ADF, I just find JDeveloper forums from Oracle...Anyway thx for the help, and if you find any solution for my issue please post the same...thx
kcpsunforuma at 2007-7-12 1:06:28 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 5
If I look here http://forums.oracle.com/forums/forum.jspa?forumID=83 I see several ADF related topics. This might be OK, I think :)
BalusCa at 2007-7-12 1:06:28 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...