CompositeLayout tabLayout =
(CompositeLayout) profileManager.getPortalLayout(
"portalApplications", null);
newItem.setName(getNewInstanceTabName(tabLayout));
tabLayout.addItem(newItem);
}
catch (ComponentException ce) {
throw new ProcessingException(
"Unable to lookup profile manager.",
ce);