<%-- - FILE - subfolder.jsp - - DESCRIPTION - Create components in the software library. - - MODIFIED (MM/DD/YY) - eworth 12/22/04 - Add step description text - eworth 10/29/04 - eworth_prov_ui_041025 - eworth 10/28/04 - Include forms for each page - eworth 10/27/04 - add more content - eworth 10/26/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" %>