{
// check if component implement the ComponentLifecycle
if (cCtx.get() instanceof ComponentLifecycle && exocontainer instanceof ExoContainer)
{
ComponentLifecycle lc = (ComponentLifecycle)cCtx.get();
lc.initComponent((ExoContainer)exocontainer);
}
return null;
}
});
if (!isInitialized)