<%-- - 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) - vsubrahm 02/23/09 - Fix OAC violations - vsubrahm 08/18/08 - Bug:7244943, Add a check box to continue patching - gmanglik 05/16/07 - ada fixes - amroy 09/14/06 - - shgangul 09/14/06 - - amroy 08/01/06 - Changes for 11g DBControl - rahgupta 06/16/06 - - 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" %> <%--All page contents should be within this tag--%> <% String refIDs[] = ( String[]) request.getAttribute( "refIDs"); String hdrTxts[] = ( String[]) request.getAttribute( "hdrTxts"); String descTxts[] = ( String[]) request.getAttribute( "descTxts"); String stageApplyTxts[] = ( String[]) request.getAttribute( "stageApplyTxts"); String sqlScriptLoc = (String)request.getAttribute("sqlScriptLoc"); 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--%> <%-- <% 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" %>