<%-- 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 contentType="text/html; charset=Cp1252" %> <%@ 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" %> <%@ page import="java.util.*" %> <%@ page import="com.ibm.ws.classify.*"%> <%@ page import="com.ibm.ws.classify.definitions.*"%> <%@ page import="com.ibm.wsspi.classify.*"%> <%@ page import="com.ibm.wsspi.expr.operand.*"%> <% if (refId == null) refId = ""; if (inButtonPropertyName == null) { inButtonPropertyName = "installAction"; } String setRowIndex = "setRowIndex('"+rowindex+"')"; String newInValue = "newInValue"+refId; String selectedInValues = "selectedInValues"+refId; String otheradd = "otheradd" + refId; String otherremove = "otherremove" + refId; %> <% String fieldSize="30"; if ((operand.getName().equals(ClassificationDictionary.CLIENT_IPV6)) || (operand.getName().equals(ClassificationDictionary.SERVER_IPV6))) { fieldSize="50"; } if (operand.getSelectableValues() != null && operand.getSelectableValues().length > 0) { com.ibm.wsspi.expr.operand.SelectableValue[] values = operand.getSelectableValues(); %> <% } else { String newInValueId = "newInValue" + refId; %> <% }%>