<%-- - FILE - create_assignment.jsp - - DESCRIPTION - Principal page for creating asignments. - - MODIFIED (MM/DD/YY) - jhazra 02/27/05 - remove tabs - jhazra 01/18/05 - jhazra_suite_beg - jhazra 01/06/04 - created - --%> <%@ taglib uri="http://xmlns.oracle.com/uix/ui" prefix="uix" %> <%@ taglib uri="http://xmlns.oracle.com/oem/jsp/tag" prefix="oem" %> <%--All page content is within this tag--%> <%--Dynamically include a JSP page for the current step--%> <% String formPage = (String)request.getAttribute("formPage"); %> <%@ include file="/provision/wizardTemplate.jspf" %>