<%-- 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 language="java"%> <%@ 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" %> <%@ page import="java.util.*"%> <%@ page language="java" import="com.ibm.websphere.management.metadata.*"%> <%@ page language="java" import="com.ibm.ws.sm.workspace.RepositoryContext"%> <%@ page language="java" import="com.ibm.ws.console.core.Constants"%> <% if (includeTD == null) { includeTD = "true"; } %> <% if (refId == null) { refId = ""; } %> <% String selectId = property + "_" + refId; %> <% if (!includeTD.equalsIgnoreCase("false")) { %>
<% } %>
<% if (readOnly != null && readOnly.equals("true")) { %> <% } else { if (isRequired != null && isRequired.equalsIgnoreCase("yes")) { %> <bean:message key=" title=""> <% } %> <% if (multiSelect != null && multiSelect.equalsIgnoreCase("true")) { %> <% String size = listItem.size()+""; %> <% String value = (String) dropDownItem; value=value.trim(); if (!value.equals("")) { if (translateList != null && translateList.equalsIgnoreCase("true")) { %> <% } else {%> <%=value%> <% } %> <% } else { %> <% } %> <% } else { %> <% String value = (String) dropDownItem; value=value.trim(); if (!value.equals("")) { %> <%=value%> <% } else { %> <% } %> <% } %> <% if (units != null && !units.equals("") && !units.equals(" ")) { %> <% } %> <% } %> <% if (!includeTD.equalsIgnoreCase("false")) { %>
<% } %>