<%-- 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 import="com.ibm.ws.console.healthconfig.form.CreateHealthClassWizardForm"%> <%@ page import="com.ibm.ws.sm.workspace.*"%> <%@ page import="com.ibm.ws.workspace.query.*"%> <%@ page import="com.ibm.ws.console.core.*"%> <%@ page import="org.apache.struts.util.MessageResources"%> <%@ page import="org.apache.struts.action.*"%> <%@ page import="java.util.*,com.ibm.ws.security.core.SecurityContext,com.ibm.websphere.product.*"%> <%@ 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" %> <% MessageResources messages = (MessageResources)application.getAttribute(Action.MESSAGES_KEY); %> <% String image = ""; String pluginId = ""; String pluginRoot = ""; if (descImage != "") { int index = descImage.indexOf ("pluginId="); if (index >= 0) { pluginId = descImage.substring (index + 9); if (index != 0) descImage = descImage.substring (0, index); else descImage = ""; } else { index = descImage.indexOf ("pluginContextRoot="); if (index >= 0) { pluginRoot = descImage.substring (index + 18); if (index != 0) descImage = descImage.substring (0, index); else descImage = ""; } } } String fieldLevelHelpTopic = "CreateHealthClassWizardForm.detail."; String topicKey = fieldLevelHelpTopic; %> <%try { %> <% Boolean descriptionsOn = (Boolean) session.getAttribute("descriptionsOn"); String numberOfColumns = "3"; WASProduct productInfo = new WASProduct(); %> <% CreateHealthClassWizardForm testForm = (CreateHealthClassWizardForm)session.getAttribute("CreateHealthClassAppServersForm"); Collection availableCLBean = testForm.getAvailableCL(); Collection selectedCLBean = testForm.getSelectedCL(); String hcName = testForm.getName(); pageContext.setAttribute("availableCLBean", availableCLBean); pageContext.setAttribute("selectedCLBean", selectedCLBean); String availCLSelectChange = "initVars(this); setSelectedCL(selectedAvailableCL, availCL)"; String currCLSelectChange = "initVars(this);setSelectedCL(selectedCurrentCL, currentCL)"; String removeClicked = "initVars(this);moveOptions(selectedCurrentCL, currentCL.options, availCL.options)"; String addClicked = "initVars(this);moveOptions(selectedAvailableCL, availCL.options, currentCL.options)"; %>


 



<% } catch (Exception e) { System.out.println("error is " + e.toString()); e.printStackTrace(); } %>