<%-- - FILE - provision_assignment.jsp - - DESCRIPTION - Principal page for viewing/editing asignments. - - MODIFIED (MM/DD/YY) - kashukla 02/01/06 - disabling selection for child assignments - jhazra 09/01/05 - turnoff autocomplete for passwd fields - jhazra 07/29/05 - bug:4506999 - gauragup 07/15/05 - Fixing Table Accessibility Bug-adding Summary - Attribute - jhazra 07/13/05 - Add oms registration pasword - jhazra 02/15/05 - incorrect buttons - jhazra 01/18/05 - jhazra_suite_beg - jhazra 01/17/04 - created - --%> <%@ taglib uri="http://xmlns.oracle.com/uix/ui" prefix="uix" %> <%@ taglib uri="http://xmlns.oracle.com/oem/jsp/tag" prefix="oem" %> <%@ page import="oracle.sysman.emSDK.page.seg.PageSegmentContext"%> <%--All page content witin the subtab is within this tag--%> <%--include the schedule jspf--%> <% if ((((PageSegmentContext) request.getAttribute("pageSegmentContext")).getAttribute("selectedStartOption")).equals("repeating")) { ((PageSegmentContext) request.getAttribute("pageSegmentContext")).setAttribute("selectedStartOption", "now"); } %> <%--uix:contents childDataBinding="selectionButtons@data@levelOnePage@ProvisionContext@servletRequest"> <%@ include file="/provision/pageTemplate.jspf" %>