<%-- 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 import="java.util.Iterator" %> <%@ taglib uri="/WEB-INF/tiles.tld" prefix="tiles" %> <%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %> <%@ page import="java.util.*" %> <%@ page import="com.ibm.ws.console.middlewareapps.form.MiddlewareAppsDetailForm" %> <%@ page language="java" import="com.ibm.ws.console.middlewareapps.*" %> <%@ page language="java" import="com.ibm.ws.console.middlewareapps.util.*" %> <% MiddlewareAppsDetailForm theForm = (MiddlewareAppsDetailForm) session.getAttribute(formName); String typekey = theForm.getTypeKey(); //String typekey = "middlewareapps.type.wasce"; %> <% boolean itsother = false; Iterator i = list.iterator(); while (i.hasNext()) { String name = (String) i.next(); if ((name.indexOf("buttons.panel") > -1) || (name.indexOf("context.scope") > -1)) { %> <% } else if (name.indexOf("deployment.properties") > -1) { %> <% } else if ((name.indexOf("general.properties") > -1) || (name.indexOf("generic.properties") > -1) || (name.indexOf("collection.table.extends") > -1)) { %> <% } %>
<% } else { if(!typekey.equals("middlewareapps.type.wasce")){ %> <% } itsother = true; } } // End While if (itsother) { %>