Edit D:\app\Administrator\product\11.2.0\dbhome_1\j2ee\OC4J_EM\applications\em\em\gensvc\admin\segments\error.jspf
<%-- /* $Header: error.jspf 14-dec-2004.12:35:38 afontana Exp $ */ /* Copyright (c) 2004, Oracle. All rights reserved. */ /* DESCRIPTION The inline message shows an error PRIVATE CLASSES NOTES MODIFIED (MM/DD/YY) afontana 12/14/04 - add raw text binding andyao 12/03/04 - andyao 09/09/04 - revisiting services code andyao 08/24/04 - andyao_services andyao 08/01/04 - Creation */ /** * @version $Header: error.jspf 14-dec-2004.12:35:38 afontana Exp $ * @author andyao * @since release specific (what release of product did this appear in) */ --%> <%@ page import="oracle.sysman.eml.gensvc.GenSvcUIConstants" %> <uix:dataScope> <uix:switcher childNameBinding="<%=GenSvcUIConstants.SHOW_MESSAGE_KEY%>"> <uix:case name="<%=GenSvcUIConstants.SHOW_ERROR_KEY%>"> <uix:messages> <uix:messageBox messageBinding="<%=GenSvcUIConstants.MESSAGE_KEY%>" messageType="error"> <uix:include nodeBinding="validationErrorTableBean@"/> </uix:messageBox> </uix:messages> </uix:case> <uix:case name="<%=GenSvcUIConstants.SHOW_INFO_KEY%>"> <uix:messages> <uix:messageBox messageBinding="<%=GenSvcUIConstants.MESSAGE_KEY%>" messageType="info"/> </uix:messages> </uix:case> <uix:case name="<%=GenSvcUIConstants.SHOW_CONFIRMATION_KEY%>"> <uix:messages> <uix:messageBox messageBinding="<%=GenSvcUIConstants.MESSAGE_KEY%>" messageType="confirmation"/> </uix:messages> </uix:case> <uix:case name="<%=GenSvcUIConstants.SHOW_WARNING_KEY%>"> <uix:messages> <uix:messageBox messageBinding="<%=GenSvcUIConstants.MESSAGE_KEY%>" messageType="warning"/> </uix:messages> </uix:case> </uix:switcher> </uix:dataScope>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de