%-- IBM Confidential OCO Source Material --%> <%-- 5724-J34 (C) COPYRIGHT International Business Machines Corp. 2006 --%> <%-- 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. --%> <%@ page language="java" import="com.ibm.websphere.management.fileservice.*,com.ibm.ws.console.core.form.*, com.ibm.ws.console.core.*" %> <%@ page import="java.net.*" %> <%@ page import="org.apache.struts.util.MessageResources,org.apache.struts.action.Action" %> <%@ taglib uri="/WEB-INF/ibmcommon.tld" prefix="ibmcommon" %> <%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %> <%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %> <%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %> <%@ taglib uri="/WEB-INF/tiles.tld" prefix="tiles" %> <% request.setAttribute("contextType", contextType); %> <% String[] bcnamesT = { "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }; ServletContext servletContext = (ServletContext) pageContext.getServletContext(); MessageResources messages = (MessageResources) servletContext.getAttribute(Action.MESSAGES_KEY); String pageTitle = messages.getMessage(request.getLocale(), titleKey); if (session.getAttribute("bcnames") != null) { bcnamesT = (String[]) session.getAttribute("bcnames"); pageTitle = bcnamesT[0]; } String encoding = response.getCharacterEncoding(); if (encoding == null) { encoding = "UTF-8"; } %> <%=pageTitle%> <% String link = "extendedBrowseRemoteNodes.do?nodeName=" + URLEncoder.encode(ConfigFileHelper.urlEncode((String)node), encoding);%> <%=(String) node%>