<%-- - FILE - review.jsp - - DESCRIPTION - The review step of the Patch Advisor Interview Wizard. It displays the - deployment procedure with all the phases/steps/declarations along with - the data the user has specified in the interview steps. - - MODIFIED (MM/DD/YY) - summukhe 07/26/07 - - kavkrish 06/20/07 - Printing the instance name info on the review - controller - vsubrahm 09/27/06 - - kavkrish 09/21/06 - ADA changes - rahgupta 05/16/06 - Fix incorrect tags - tasingh 12/05/05 - Show selected targets. - spahuja 10/07/05 - enabling credentials review - tasingh 10/06/05 - Add support to show multiple page segments for - - the selected software updates. - spahuja 09/08/05 - omitting SelUpdtPage reviews in case not erquired - tasingh 07/12/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--%> <%--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++) { %> <%-- - For the time being don't show the following texts. - --%> <% } %> <%--Target List--%> <%@ include file="racTargetReview.jspf" %> <% String tgtListRefIDs[] = ( String[]) request.getAttribute( "tgtListRefIDs" ); String tgtListHdrs[] = ( String[]) request.getAttribute( "tgtListHdrs"); int noOfPageSegments = 0; if( tgtListRefIDs != null) { noOfPageSegments = tgtListRefIDs.length; } for( int i = 0; i < noOfPageSegments; i++) { %> <% } %> <%--Library Step Parameters--%> <%--Property col--%> <%@ include file="wizTemplate.jspf" %>