<%-- - FILE - vieweditcomponent.jsp - - DESCRIPTION - Principal page for viewing/editing components in the sw library.. - - MODIFIED (MM/DD/YY) - kashukla 08/31/05 - adding support for viewign a file - wsmit 01/04/05 - - wsmit 11/16/04 - - wsmit 11/10/04 - wsmit_provisioning_ui - wsmit 10/18/04 - created - --%> <%@ taglib uri="http://xmlns.oracle.com/uix/ui" prefix="uix" %> <%@ taglib uri="http://xmlns.oracle.com/oem/jsp/tag" prefix="oem" %> <%--need a timestamp? Not sure.--%> <%--All page content within the editor is within this tag--%> <%--Display the subtabs--%> <%--To display the subtab instruction text--%> <%--Dynamically include a JSP page for the current step--%> <% String formPage = (String)request.getAttribute("formPage"); %> <%@ include file="/provision/editorTemplate.jspf" %>