Edit D:\app\Administrator\product\11.2.0\dbhome_1\j2ee\OC4J_EM\applications\em\em\ecm\hostpatch\wizTemplate.jspf
<%-- - FILE - wizTemplate.jspf - - DESCRIPTION - A template to be included in JSPs that require Train Wizard - - MODIFIED (MM/DD/YY) - tasingh 06/15/05 - Bug-4433993 Include oemNoScript.jsp that will take - care of noscript tag - achugh 12/29/04 - to add licensing tags - tasingh 12/27/04 - Remove subTabLayouts (Property sheet) - tasingh 10/20/04 - - tasingh 09/27/04 - tasingh_hostpatch_ui - tasingh 08/30/04 - created - - SINCE - 10.2 --%> <%@ page contentType="text/html; charset=UTF-8" %> <uix:renderingContext id="renderingContext"> <%--Used for URL encoding, don't remove it--%> <oem:setURLEncoder id="renderingContext"/> <uix:dataScope currentDataBinding="pageData@servletRequest"> <%--Common UI messages --%> <uix:bundle name="sdkUIMsg" class="oracle.sysman.emSDK.eml.SDKUIMsg"/> <%--ResourceBundle for common labels/headers etc--%> <uix:bundle name="commonResourceBundle" class="oracle.sysman.resources.CommonResourceBundle"/> <%--ResourceBundle for labels/headers specific to Linux Patching Project--%> <uix:bundle name="hostPatchResourceBundle" class="oracle.sysman.resources.eml.ecm.hostpatch.HostPatchResourceBundle"/> <uix:document> <%--To help in partial page renderring--%> <%@ include file="/enablePPR.jspf" %> <%--To take care of noscript tag--%> <%@ include file="/oemNoscript.jspf" %> <%-- - To display "Oracle Enterprise Manager" followed by - UserName on PageTitle. To append page specific string - in the title implement getPageHeader() in the - CONTROLLER CLASS of YOUR JSP --%> <%@ include file="/oemTitle.jspf" %> <uix:body> <uix:form nameBinding="formName@pageData@servletRequest" method="post"> <uix:pageLayout titleBinding="wizHeader@servletRequest"> <%--To display GlobalTabs, Buttons, Footer, Copyright etc--%> <%@ include file="/oemGlobal.jspf" %> <%--To display the train wizard--%> <uix:location> <uix:train valueBinding="value@pageData@servletRequest"> <uix:contents childDataBinding="trainChildren@pageData@servletRequest"> <uix:link textBinding="text"/> </uix:contents> </uix:train> </uix:location> <%--To display the train navigation, cancel and finish buttons--%> <uix:pageButtons> <uix:pageButtonBar> <%--Cancel button--%> <uix:submitButton textBinding="CANCEL@sdkUIMsg" formNameBinding="formName@pageData@servletRequest" name="event" value="cancel" renderedBinding="rendered@cancelButtonData@pageData@servletRequest"/> <%-- - Next and Back button - Also displays the string depicting current step of total - steps --%> <uix:navigationBar name="wizardNavigationBar" formSubmitted="true" maxValueBinding="maxValue@navData@pageData@servletRequest" minValueBinding="minValue@navData@pageData@servletRequest" valueBinding="value@pageData@servletRequest"/> <%--Finish Button--%> <uix:submitButton textBinding="FINISH@sdkUIMsg" formNameBinding="formName@pageData@servletRequest" name="event" value="finish" disabledBinding="disabled@finshButtonData@pageData@servletRequest" renderedBinding="rendered@finishButtonData@pageData@servletRequest"/> </uix:pageButtonBar> </uix:pageButtons> <%--For error/information messages--%> <%@ include file="/ecm/wizard/messages.jspf" %> <uix:spacer height="5"/> <%-- - Your page specific contents will be attached - here. Following tag does that. Your JSP page - should put all its contents WITHIN the - 'buildTree' tag with attributes - nodeID="pageContent" and - scope="request" - Also this template jsp should be included in - your JSP page at the end as follows - <%@ include file="wizTemplate.jspf"%> --%> <uix:ref refID="pageContent"/> </uix:pageLayout> </uix:form> </uix:body> </uix:document> </uix:dataScope> </uix:renderingContext>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de