<%-- /* $Header: webappURLConf.jsp 03-jun-2008.12:16:39 jashukla Exp $ */ /* Copyright (c) 2001, 2006, Oracle. All rights reserved. */ /* DESCRIPTION End to end configuration page. NOTES MODIFIED (MM/DD/YY) jashukla 06/03/08 - Bug 7144619 remove internal identifiers yxie 09/12/06 - XbranchMerge yxie_bug-5521573 from main jureyes 08/10/06 - Backport jureyes_bug5186918 from main yxie 08/04/06 - XbranchMerge yxie_formsapp_regression from main yxie 07/12/06 - XbranchMerge yxie_forms-monitoring from main jureyes 02/17/06 - Backport jureyes_bug-5005456 from main yxie 09/07/06 - Fix bug 5521573 jureyes 07/31/06 - Fix bug 5186918 (enable logging for 10.1.3.1 oc4js). yxie 02/22/06 - Add table for configuring Forms jureyes 01/31/06 - Fix bug 5005456 (disable selection in the table for 10.1.3 OC4Js. yxie 08/29/05 - fix bug 4574461 jureyes 07/31/05 - Add table navigation to the confirmation page (bug 4521326). yxie 07/18/05 - make form submission method post yxie 07/14/05 - fix bug 4490976 eporter 06/07/05 - Bug 4415243: ADA compliance jureyes 02/14/05 - yxie 02/09/05 - add Type column to table yxie 01/20/05 - Fix Bug 3093533 jureyes 01/10/05 - yxie 11/05/04 - afontana 02/24/04 - consult AGENT_GREY jriel 10/13/03 - difft message if no data jriel 10/15/03 - utf8 for jsp jriel 08/20/03 - add config lead in asawant 07/26/03 - asawant_e2e_config_030703 asawant 07/25/03 - asawant 07/04/03 - Creation. */ /** * @version $Header: webappURLConf.jsp 03-jun-2008.12:16:39 jashukla Exp $ * @author asawant * @since release specific (what release of product did this appear in) */ --%> <%@ page contentType="text/html; charset=UTF-8" %> <%@ page import='oracle.sysman.eml.ImageNames'%> <%@ page import='oracle.sysman.eml.webapp.WebappConstants'%> <%@ page import='oracle.sysman.eml.mntr.Constants'%> <%@ page import='oracle.sysman.eml.webapp.data.WebappE2EConfig'%> <%@ page import='oracle.sysman.eml.mntr.util.GenDataObjectList'%> <%@ page import='oracle.cabo.ui.data.DictionaryData'%> <%@ taglib uri="http://xmlns.oracle.com/uix/ui" prefix="uix" %> <%@ taglib uri="http://xmlns.oracle.com/oem/jsp/tag" prefix="oem" %> <%@ include file="/oemTitle.jspf" %> <%@ include file="/oemNoscript.jspf" %> <%@ include file="/oemGlobal.jspf" %> <%-- Confirmation Page --%> <%-- Table Page --%> <%-- --%> <%--uix:column> <%-- automatically added by EM's page handler --%>