Edit D:\app\Administrator\product\11.2.0\dbhome_1\j2ee\OC4J_EM\applications\em\em\provision\pageTemplate.jspf
<%-- - FILE - pageTemplate.jspf - - DESCRIPTION - A template to be included in JSPs for provisioning - pages that are stacked at least a couple levels above - the base provisioning page. - - MODIFIED (MM/DD/YY) - ashwikum 04/04/05 - Just correct formatting - jhazra 02/26/05 - UI review. Message box above PageButtons - eworth 11/11/04 - eworth_prov_ui_041101 - eworth 11/02/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@pageContext@servletRequest" method="post"> <uix:pageLayout titleBinding="title@pageContext@servletRequest"> <%--To display GlobalTabs, Buttons, Footer,Copyright etc.--%> <%@ include file="/oemGlobal.jspf" %> <%--To display messages at top of page--%> <uix:messages> <uix:messageBox messageTypeBinding="messageType@message@pageContext@servletRequest" renderedBinding="isMessage@pageContext@servletRequest" messageBinding="message@message@pageContext@servletRequest"/> </uix:messages> <uix:pageButtons> <uix:pageButtonBar> <uix:contents childDataBinding="pageButtons@pageContext@servletRequest"> <uix:submitButton textBinding="text" nameBinding="name" valueBinding="value" disabledBinding="disabled" unvalidated="true"/> </uix:contents> </uix:pageButtonBar> </uix:pageButtons> <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="pageTemplate.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