%-- IBM Confidential OCO Source Material --%> <%-- 5630-A36 (C) COPYRIGHT International Business Machines Corp. 1997, 2003 --%> <%-- The source code for this program is not published or otherwise divested --%> <%-- of its trade secrets, irrespective of what has been deposited with the --%> <%-- U.S. Copyright Office. --%> <%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic"%> <%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean"%> <%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html"%> <%@ taglib uri="/WEB-INF/tiles.tld" prefix="tiles"%> <%@ taglib uri="/WEB-INF/ibmcommon.tld" prefix="ibmcommon"%> <%@page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8"%> <% String dname = (String)session.getAttribute("DisplayName"); if ((dname == null) || (dname.trim().equals(""))){ dname = ""; } session.removeAttribute("DisplayName"); %> <%@ page import="com.ibm.ws.console.core.WSCDefines" %> <% //WSC Console: needed for Federation Boolean federated = (Boolean)request.getSession().getAttribute(WSCDefines.WSC_ISC_LAUNCHED_TASK); if ( federated == null) { federated = new Boolean(false); } Boolean isPortletCompatible = (Boolean)request.getSession().getAttribute(WSCDefines.PORTLET_COMPATIBLE); if(isPortletCompatible == null){ isPortletCompatible = new Boolean(false); } %> <% //WSC Console: needed for Federation if ( federated.booleanValue() == false && isPortletCompatible.booleanValue()==false) { %> <%}%> <% //WSC Console: needed for Federation %> <% if (!parentLink.trim().equals("")) {%> > <%=dname%> <%}%>