<%-- /* $Header: gensvcRCAConfig.jsp 13-jun-2005.14:15:47 andyao Exp $ */ /* Copyright (c) 2004, 2005, Oracle. All rights reserved. */ /* DESCRIPTION The RCA Configuration page PRIVATE CLASSES NOTES MODIFIED (MM/DD/YY) andyao 06/13/05 - add table summary andyao 03/04/05 - use EmlConstants.RETURN_URL_PAGE_PROPERTY andyao 01/17/05 - andyao 01/05/05 - add row banding jriel 01/05/05 - UI feedback andyao 12/03/04 - use message.jspf jriel 12/07/04 - ui feedback andyao 11/09/04 - andyao_rca_config andyao 11/07/04 - Creation */ /** * @version $Header: gensvcRCAConfig.jsp 13-jun-2005.14:15:47 andyao Exp $ * @author andyao * @since release specific (what release of product did this appear in) */ --%> <%@ page contentType="text/html; charset=UTF-8" %> <%@ 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.eml.gensvc.GenSvcUIConstants" %> <%@ page import="oracle.sysman.eml.gensvc.admin.data.ui.RCAConfigBean" %> <%@ page import="oracle.sysman.eml.gensvc.admin.data.ui.PageViewBean" %> <%@ page import="oracle.sysman.emSDK.eml.EmlConstants" %> <%@ page import="oracle.cabo.ui.UIConstants" %> <%@ include file="/oemTitle.jspf" %> <%@ include file="/enablePPR.jspf" %> <%@ include file="/oemGlobal.jspf"%> <%@ include file="/gensvc/message.jspf" %> <%-- perform RCA --%>