<%-- - 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) - gauragup 04/25/05 - adding message body items - ashwikum 04/04/05 - Remove legacy message box code - jhazra 02/26/05 - show message from levelOnePage context - ashwikum 01/30/05 - UI review. Message box above PageButtons - jhazra 01/13/05 - add rendingingBinding to pageButtons - wsmit 12/16/04 - viewer - eworth 10/21/04 - eworth_prov_ui_041018 - eworth 10/21/04 - Add support for page buttons - eworth 10/20/04 - Use PageMessageData and remove oem:messageBox - eworth 10/18/04 - created - --%> <%@ page contentType="text/html; charset=UTF-8" %> <%--Used for URL encoding, don't remove it--%> <%--Common UI messages --%> <%--ResourceBundle for common labels/headers etc--%> <%--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" %> <%--To display GlobalTabs, Buttons, Footer,Copyright etc.--%> <%@ include file="/oemGlobal.jspf" %> <%-- To display messages at top of page--%> <%-- - 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="editorTemplate.jspf"%> --%>