%-- 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.grid.classify.*"%>
<%@ page import="com.ibm.ws.grid.classify.definitions.*"%>
<%@ page import="com.ibm.wsspi.grid.classify.*"%>
<%@ page import="com.ibm.wsspi.batch.expr.operand.*"%>
<%
if (inButtonPropertyName == null) { inButtonPropertyName = "installAction"; }
String setRowIndex = "setRowIndex('"+rowindex+"')";
String newInValue = "newInValue"+rowindex;
String selectedInValues = "selectedInValues"+rowindex;
%>
<% 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.batch.expr.operand.SelectableValue[] values = operand.getSelectableValues(); %>
">
<% for (int i=0; i < values.length; i++) {
String val = values[i].getName();
String displayText = values[i].getDisplayName(request.getLocale());
if (!val.equals("")) { %>
<%=displayText%>
<% } else { %>
<% } %>
<% } %>
|
<% } else { %>
<% }%>
|
">
<% Iterator i = inputList.iterator();
while (i.hasNext()) {
String next = (String) i.next(); %>
<%=next%>
<% } %>
|