Edit D:\app\Administrator\product\11.2.0\dbhome_1\j2ee\OC4J_EM\applications\em\em\properties\genProps.jsp
<%-- /* $Header: genProps.jsp 08-mar-2007.03:44:50 sradhakr Exp $ */ /* Copyright (c) 2001, 2007, Oracle. All rights reserved. */ /* DESCRIPTION NOTES <other useful comments, qualifications, etc.> MODIFIED (MM/DD/YY) sradhakr 03/08/07 - Backport sradhakr_bug-5531715 from main sradhakr 02/20/07 - Bug#5531715 - COMMAND BUTTON BAR MISSING FROM TARGET PROPERTIES PAGE. hmodawel 03/06/06 - fix compilation ssukavan 06/22/05 - ADA Vioalation Fix asawant 03/25/05 - asawant_create_edit_gtp_page asawant 02/15/05 - Creation. */ /** * @version $Header: genProps.jsp 08-mar-2007.03:44:50 sradhakr Exp $ * @author asawant * @since release specific (what release of product did this appear in) */ --%> <%@ include file="/sdk/oemTop.jspf" %> <%@ 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.PageSegmentTypes'%> <%@ page import='oracle.sysman.eml.mntr.Constants'%> <%@ page import='oracle.sysman.eml.target.properties.PropertiesConstants'%> <uix:renderingContext id="renderingContext"> <oem:setURLEncoder id="renderingContext"/> <uix:bundle name="commonResourceBundle" class="oracle.sysman.resources.CommonResourceBundle"/> <uix:bundle name="mntrResourceBundle" class="oracle.sysman.resources.MntrResourceBundle"/> <uix:bundle name="propsBundle" class="oracle.sysman.eml.target.properties.PropertiesResourceBundle"/> <uix:bundle name="sdkBundle" class="oracle.sysman.emSDK.eml.SDKUIMsg"/> <uix:document> <%@ include file="/oemTitle.jspf" %> <%@ include file="/oemNoscript.jspf" %> <uix:body> <uix:form name="mainForm" method="GET"> <uix:pageLayout titleBinding="GENERIC_PROPERTIES_PG@sdkBundle"> <%@ include file="/oemGlobal.jspf" %> <uix:messages> <uix:messageBox messageBinding="ERROR@propsBundle" messageType="error" renderedBinding="displayError@servletRequest"> <uix:contents childDataBinding="errorMsgs@servletRequest"> <uix:styledText textBinding="<%=PropertiesConstants.ERR_MSG%>"/> </uix:contents> </uix:messageBox> </uix:messages> <uix:pageButtons> <uix:pageButtonBar> <uix:contents> <uix:tableLayout> <uix:contents> <uix:rowLayout> <uix:contents> <%-- removed empty uix:header Bug#5531715--%> <%--added a short desc for CANCEL button to ease regress--%> <%-- not automatable with the existing webtester support --%> <%-- selenium which might be of use ? but not ready now --%> <uix:button shortDescBinding="CANCEL@commonResourceBundle" textBinding="CANCEL@commonResourceBundle" destinationBinding="returnUrl@servletRequest"/> <uix:spacer width="3" renderedBinding="displayContBtn@servletRequest"/> <%--added a short desc for OK button to ease regress--%> <%-- not automatable with the existing webtester support --%> <%-- selenium which might be of use ? but not ready now --%> <uix:submitButton shortDescBinding="OK@commonResourceBundle" textBinding="OK@commonResourceBundle" renderedBinding="displayContBtn@servletRequest" name="<%=Constants.EVENT%>" value="<%=Constants.SUBMIT_EVENT%>"/> </uix:contents> </uix:rowLayout> </uix:contents> </uix:tableLayout> </uix:contents> </uix:pageButtonBar> </uix:pageButtons> <uix:contents> <uix:ref refID="<%=PageSegmentTypes.GENERIC_PROPS_SEGMENT_TYPE%>"/> </uix:contents> </uix:pageLayout> </uix:form> </uix:body> </uix:document> </uix:renderingContext>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de