<%-- - FILE - cpftemplate2.jspf - - DESCRIPTION - A template to be included in all CPF Info JSPs - - MODIFIED (MM/DD/YY) - somukher 06/24/05 - somukher_tran1nitin - mningomb 09/22/04 - Remove duplicalte inclusion of taglib url for uix - mningomb 09/20/04 - mningomb_final - apbharga 09/02/04 - - mningomb 08/02/04 - created - --%> <%@ page contentType="text/html; charset=UTF-8" %> <%--Common UI messages --%> <%--ResourceBundle for common labels/headers etc--%> <%--ResourceBundle for labels/headers specific to 'EM Patching' Project--%> <%-- To Support partial rendering --%> <%@ 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 YOUR JSP --%> <%@ include file="/oemTitle.jspf" %> <%-- --%> <%--To display GlobalTabs, Buttons, Footer,Copyright etc.--%> <%@ include file="/oemGlobal.jspf" %> <%-- --%> <%-- - To display the subTabs. - NOTE: YOU MUST provide getSubTabSelIndex() - in your defautBean --%> <%-- --%> <%-- - 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="cpftemplate.jspf"%> --%>