%-- IBM Confidential OCO Source Material --%>
<%-- 5724-J34 (C) COPYRIGHT International Business Machines Corp. 2004, 2005 --%>
<%-- 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 import="com.ibm.ws.sm.workspace.*"%>
<%@ page import="com.ibm.ws.workspace.query.*"%>
<%@ page import="com.ibm.ws.console.core.*"%>
<%@ page import="java.util.*,com.ibm.ws.security.core.SecurityContext,com.ibm.websphere.product.*"%>
<%@ page import="com.ibm.ws.console.policyconfiguration.form.ServiceClassDetailForm"%>
<%@ page import="com.ibm.ws.xd.operations.impl.XDOperationsViewConfigHelper"%>
<%@ 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" %>
|
<%
}
}
else { %>
|
<%
}
} %>
<% if (strType.equalsIgnoreCase("TextArea")) { %>
|
<% } %>
<% if (strType.equalsIgnoreCase("Select")) {
try {
session.removeAttribute("valueVector");
session.removeAttribute("descVector");
}
catch (Exception e) {
}
StringTokenizer st1 = new StringTokenizer(item.getEnumDesc(), ",");
Vector descVector = new Vector();
while(st1.hasMoreTokens())
{
String enumDesc = st1.nextToken();
descVector.addElement(enumDesc);
}
StringTokenizer st = new StringTokenizer(item.getEnumValues(), ",");
Vector valueVector = new Vector();
while(st.hasMoreTokens())
{
String str = st.nextToken();
valueVector.addElement(str);
}
session.setAttribute("descVector", descVector);
session.setAttribute("valueVector", valueVector);
%>
<%--
<% if (isReadOnly) { %>
<% } else { %>
<% } %>
|
||
|
||
">
|
||
">
|
||
">
|