<%-- 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. --%> <%@ page import="java.util.*" %> <%@ page import="org.apache.struts.util.MessageResources"%> <%@ page import="com.ibm.ws.console.xdoperations.util.Message" %> <%@ 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"%> <% com.ibm.ws.console.xdoperations.detail.summary.CoreComponentSummaryDetailForm detailForm = (com.ibm.ws.console.xdoperations.detail.summary.CoreComponentSummaryDetailForm)session.getAttribute("com.ibm.ws.console.xdoperations.detail.summary.CoreComponentSummaryDetailForm"); List messages = null; if (detailForm!=null){ messages = detailForm.getMessageList(); } %>
"/>">
<% if (messages!=null){ for (Iterator i = messages.iterator(); i.hasNext();) { Message msg = (Message)i.next(); %> <%=msg.getMessage()%> <% if (i.hasNext()){ %>
<% } }%> <% } %>