<%-- - FILE - groupAdvisories.jsp - - DESCRIPTION - jsp file for the group patch advisories. - Its controller must provide getPageHeader() method - - MODIFIED (MM/DD/YY) - pdasika 04/15/05 - Remove destinationBinding from table tags - mningomb 02/20/05 - Change CPF_HEADER to GROUP_CPF_HEAFER - mningomb 11/24/04 - mningomb_cpfps - mningomb 10/25/04 - Creation - --%> <%@ taglib uri= "http://xmlns.oracle.com/uix/ui" prefix="uix" %> <%@ taglib uri="http://xmlns.oracle.com/oem/jsp/tag" prefix="oem" %> <%@ 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" %> <%-- - 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" --%>