<%-- Name: jobInclude.jsp -- Type: OEM JSP Include -- Description: This page contains the complete UI for scheduling a job. -- There is supposed to be a generic job page that can be -- shared, but until that is finished, this can be used -- for the schema objects. -- -- JSP Changes: To use this page, include this page on your job schedule page. -- EMO Changes: Add a function to your bean that will return the job bean. -- Controller Changes: --%> <%@ taglib uri="http://xmlns.oracle.com/uix/ui" prefix="uix" %> <%@ taglib uri="http://xmlns.oracle.com/oem/jsp/tag" prefix="oem" %> <%-- Intro Text --%> <%-- Job Name, Description --%> <%-- Host Credentials --%> <%@ include file="/credentials.jspf"%> <%-- Scheduling Option --%> <%@ include file="/sdk/schedule/start.jspf" %>