<%-- - FILE - searchTarget.jsp - - DESCRIPTION - The Screen to search and select EM Targets. If a Cluster Database i.e. - RAC database or a Cluster (CRS) is selected, then based on user's (of - Target Selector) choice we might have to show the list of instances to - be selected. The UI code for selection of Targets and selection of - instances (for RAC and CRS) has been written in 2 JSPFs: selTarget.jspf - and selInstance.jspf. Either of these JSPFs is included based on whether - UI for selection of targets or selection of instances is to be shown. - - MODIFIED (MM/DD/YY) - amroy 09/14/06 - - shgangul 09/14/06 - - tasingh 10/14/05 - created --%> <%@ taglib uri="http://xmlns.oracle.com/uix/ui" prefix="uix" %> <%@ taglib uri="http://xmlns.oracle.com/oem/jsp/tag" prefix="oem" %> <%@ include file="selTarget.jspf" %> <%@ include file="selInstance.jspf" %> <%@ include file="template.jspf" %>