%-- IBM Confidential OCO Source Material --%>
<%-- 5724-J34 (C) COPYRIGHT International Business Machines Corp. 2004 --%>
<%-- 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"%>
<%@ page language="java" import="com.ibm.ws.console.policyconfiguration.form.CreateServiceClassStep1Form"%>
<%@ page language="java" import="com.ibm.ws.console.policyconfiguration.form.ServiceClassDetailForm"%>
<%@ 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" %>
<%
String nextStep = (String) session.getAttribute("nextAction");
String attribute = "";
String spName = "";
if (nextStep.equals("success"))
attribute = "ServiceClassDetailForm";
else
attribute = "CreateServiceClassStep3Form";
ServiceClassDetailForm detailForm = (ServiceClassDetailForm) session.getAttribute(attribute);
spName = detailForm.getName();
%>
|
<% if ((description.length()== 0) && (selectedURIsText.length() == 0)) { %>
<% }
else if ((description.length()== 0) && (selectedURIsText.length() > 0)) { %>
<% }
else if ((description.length()> 0) && (selectedURIsText.length() == 0)) { %>
<% }
else {%>
<% } %>
|