<%-- 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" %> <%@ 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" %> <%@ page import="java.util.*" %> <%@ page language="java" import="com.ibm.ws.console.middlewareapps.*" %> <%@ page import="com.ibm.ws.console.middlewareapps.form.* "%> <%@ page import="org.apache.struts.util.MessageResources" %> <% InstallMiddlewareAppForm WasceAppForm = (InstallMiddlewareAppForm) session.getAttribute(actionForm); ArrayList column1 = WasceAppForm.getAvailableModuleNames(); ArrayList column2 = WasceAppForm.getAvailableModuleContextRoot(); ArrayList column3 = WasceAppForm.getAvailableModuleVirtualHosts(); ArrayList column4 = WasceAppForm.getAvailableModuleDeploymentTargets(); String target = ""; for(int j=0; j"; } %>
<% if(column1 != null && !column1.isEmpty() && column1.size()!=0){ %> <% } else { %> <% } %>
=<%=appName%>
=<%=appType%>
=<%=edition%>
=<%=editionDesc%>
<% for (int i = 0; i < column1.size(); i++) { %> <% if(target.equals("")){ %> <% }else{ %> <% } %> <% } // Column Size is Null ServletContext servletContext = (ServletContext) pageContext.getServletContext(); MessageResources messages = (MessageResources) servletContext.getAttribute(org.apache.struts.Globals.MESSAGES_KEY); if (column1.size() == 0) { String nonefound = messages.getMessage(request.getLocale(), "Persistence.none"); out.println(""); } %>
<%=column1.get(i)%> <%=column2.get(i)%> <%=column3.get(i)%> <%=target%>
" + nonefound + "
<%--=<%=column2.get(0)%>
--%> = <%=target%>