%--
- FILE
- selUpdComponent.jsp
-
- DESCRIPTION
- The select update components step of the Patch Advisor Interview wizard.
- It captures the software update components.
-
- MODIFIED (MM/DD/YY)
- vsubrahm 03/16/09 - Show instance names for RAC
- amroy 09/14/06 -
- shgangul 07/18/06 - 11g GUI changes
- tasingh 07/27/05 - Change the Patch Selection mechanism.
- tasingh 07/20/05 - Created
-
- SINCE
- 10.2+
--%>
<%@ taglib uri="http://xmlns.oracle.com/uix/ui" prefix="uix" %>
<%@ taglib uri="http://xmlns.oracle.com/oem/jsp/tag" prefix="oem" %>
<%@ include file="/oemNoscript.jspf" %>
<%--All page contents should be within this tag--%>
<%-- uix:stackLayout>
<%--Target List--%>
<%--Stage Directory--%>
<%
String refIDs[] = ( String[]) request.getAttribute( "refIDs");
String hdrTxts[] = ( String[]) request.getAttribute( "hdrTxts");
String descTxts[] = ( String[]) request.getAttribute( "descTxts");
String stageApplyTxts[]
= ( String[]) request.getAttribute( "stageApplyTxts");
int noOfPageSegments = 0;
if( refIDs != null)
{
noOfPageSegments = refIDs.length;
}
for( int i = 0; i < noOfPageSegments; i++)
{
%>
<%
}
%>
<%@ include file="wizTemplate.jspf" %>