// Create a StaticText component and add it under the
// "root" component.
LayoutComponent stDesc = new LayoutComponent(null,
"externalContent", new ComponentType("tmpTextCT",
"com.sun.jsftemplating.component.factory.basic.StaticTextFactory"));
stDesc.addOption("value", content);
ComponentUtil.getInstance(ctx).createChildComponent(ctx, stDesc, root);
} else {
// Include the first one...
includeIntegrationPoint(ctx, root, point);
}