<%-- - FILE - template.jspf - - DESCRIPTION - A template for the generic application. - - MODIFIED (MM/DD/YY) - clo 10/12/05 - Created - - SINCE - 10.2+ --%> <%@ page contentType="text/html; charset=UTF-8" %> <%--Used for URL encoding, don't remove it--%> <%--Common UI messages --%> <%--ResourceBundle for common labels/headers etc--%> <%--Add custom/application-specific resource bundles as needed--%> <%-- --%> <%--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 YOUR JSP --%> <%@ include file="/oemTitle.jspf" %> <%--In reality, probably best to retrieve form name from request data--%> <%--Include custom JavaScript--%> <%-- --%> <%--In reality, should get the title from the request data--%> <%--To display GlobalTabs, Buttons, Footer, Copyright etc--%> <%@ include file="/oemGlobal.jspf" %> <%--To display the train wizard--%> <%--In reality, should bind to dynamic values--%> <%--To display the train navigation, cancel and finish buttons--%> <%--Should dynamically determine whether to render this button--%> <%--Cancel button--%> <%-- - Next and Back button - Also displays the string depicting current step of total - steps --%> <%--minValue, maxValue, and value should all be dynamic--%> <%--Should dynamically compute disabled and rendered values--%> <%--Finish Button--%> <%-- - 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="wizTemplate.jspf"%> --%>