Edit D:\app\Administrator\product\11.2.0\dbhome_1\oc4j\j2ee\oc4j_applications\applications\em\em\provision\wizardTemplate.jspf
<%-- - FILE - subtabTemplate.jspf - - DESCRIPTION - A template to be included in JSPs for provisioning - editors. It provides the page layout and breadcrumbs. - - MODIFIED (MM/DD/YY) - ashwikum 04/04/05 - UI Review : Correct positioning of message box - eworth 11/30/04 - Use message on level one page rather than - provision context - eworth 11/12/04 - Change usesUpload to usesUploadBinding - eworth 10/29/04 - eworth_prov_ui_041025 - eworth 10/29/04 - Support usesUpload on form - eworth 10/28/04 - Make buttons and Nav Bar unvalidated - eworth 10/27/04 - Set formSubmitted to true for navigation bar - eworth 10/26/04 - created - --%> <%@ page contentType="text/html; charset=UTF-8" %> <uix:renderingContext id="renderingContext"> <%--Used for URL encoding, don't remove it--%> <oem:setURLEncoder id="renderingContext"/> <%--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"/> <uix:document> <%--To help in partial page renderring--%> <%@ include file="/enablePPR.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 JSP --%> <%@ include file="/oemTitle.jspf" %> <uix:body> <uix:form nameBinding="formName@levelOnePage@ProvisionContext@servletRequest" usesUploadBinding="usesUpload@levelOnePage@ProvisionContext@servletRequest" method="post"> <uix:pageLayout titleBinding="title@levelOnePage@ProvisionContext@servletRequest"> <%--To display GlobalTabs, Buttons, Footer,Copyright etc.--%> <%@ include file="/oemGlobal.jspf" %> <uix:location> <uix:train valueBinding="value@nav@levelOnePage@ProvisionContext@servletRequest"> <uix:contents childDataBinding="steps@nav@levelOnePage@ProvisionContext@servletRequest"> <uix:link textBinding="displayValueKey"/> </uix:contents> </uix:train> </uix:location> <uix:pageButtons> <uix:pageButtonBar> <uix:submitButton textBinding="text@cancel@levelOnePage@ProvisionContext@servletRequest" shortDescBinding="shortDesc@cancel@levelOnePage@ProvisionContext@servletRequest" nameBinding="name@cancel@levelOnePage@ProvisionContext@servletRequest" valueBinding="value@cancel@levelOnePage@ProvisionContext@servletRequest" disabledBinding="disabled@cancel@levelOnePage@ProvisionContext@servletRequest" renderedBinding="rendered@cancel@levelOnePage@ProvisionContext@servletRequest" unvalidated="true"/> <uix:submitButton textBinding="text@save@levelOnePage@ProvisionContext@servletRequest" shortDescBinding="shortDesc@save@levelOnePage@ProvisionContext@servletRequest" nameBinding="name@save@levelOnePage@ProvisionContext@servletRequest" valueBinding="value@save@levelOnePage@ProvisionContext@servletRequest" disabledBinding="disabled@save@levelOnePage@ProvisionContext@servletRequest" renderedBinding="rendered@save@levelOnePage@ProvisionContext@servletRequest" unvalidated="true"/> <uix:navigationBar minValueBinding="minValue@nav@levelOnePage@ProvisionContext@servletRequest" maxValueBinding="maxValue@nav@levelOnePage@ProvisionContext@servletRequest" valueBinding="value@nav@levelOnePage@ProvisionContext@servletRequest" nameBinding="name@nav@levelOnePage@ProvisionContext@servletRequest" formSubmitted="true" unvalidated="true"/> <uix:submitButton textBinding="text@finish@levelOnePage@ProvisionContext@servletRequest" shortDescBinding="shortDesc@save@levelOnePage@ProvisionContext@servletRequest" nameBinding="name@finish@levelOnePage@ProvisionContext@servletRequest" valueBinding="value@finish@levelOnePage@ProvisionContext@servletRequest" disabledBinding="disabled@finish@levelOnePage@ProvisionContext@servletRequest" renderedBinding="rendered@finish@levelOnePage@ProvisionContext@servletRequest" unvalidated="true"/> </uix:pageButtonBar> </uix:pageButtons> <%--To display messages at top of page--%> <uix:messages> <uix:messageBox messageTypeBinding="messageType@message@levelOnePage@ProvisionContext@servletRequest" renderedBinding="isMessage@levelOnePage@ProvisionContext@servletRequest" messageBinding="message@message@levelOnePage@ProvisionContext@servletRequest"/> </uix:messages> <uix:stackLayout> <%-- - 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="wizardTemplate.jspf"%> --%> <uix:ref refID="pageContent"/> </uix:stackLayout> </uix:pageLayout> </uix:form> </uix:body> </uix:document> </uix:renderingContext>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de