349350351352353354355356357358359
{ for (int i = 0; i < tmpPortlets.getPortletsCount(); i++) { Portlets pane = tmpPortlets.getPortlets(i); pane.setLayout(null); portlets.addPortlets(pane); paneCount++; } } // Otherwise, add the contents of profile as a pane else
362363364365366367368369370371372
{ String title = org.apache.turbine.util.StringUtils.firstLetterCaps(roleProfile.getRoleName()); tmpPortlets.setTitle(title + " Home"); } tmpPortlets.setLayout(null); portlets.addPortlets(tmpPortlets); paneCount++; } if (logger.isDebugEnabled()) {