Edit D:\app\Administrator\product\11.2.0\dbhome_1\j2ee\OC4J_EM\applications\em\em\gensvc\admin\segments\soapTestProps.jsp
<%-- /* $Header: soapTestProps.jsp 06-nov-2006.00:51:25 msathe Exp $ */ /* Copyright (c) 2004, 2006, Oracle. All rights reserved. */ /* DESCRIPTION <short description of component this file declares/defines> PRIVATE CLASSES <list of private classes defined - with one-line descriptions> NOTES <other useful comments, qualifications, etc.> MODIFIED (MM/DD/YY) msathe 11/06/06 - hmodawel 02/27/06 - fix ojsp 1013 compilation errors msathe 08/02/05 - changing destination link for info icon akmahesh 05/04/05 - changing RB location akmahesh 04/27/05 - msathe 04/25/05 - Adding link for XML schema msathe 03/10/05 - adding rb. msathe 02/15/05 - andyao 01/07/05 - remove html comment msathe 01/18/05 - andyao 12/16/04 - andyao_svcfixes10 andyao 12/15/04 - Creation */ /** * @version $Header: soapTestProps.jsp 06-nov-2006.00:51:25 msathe Exp $ * @author andyao * @since release specific (what release of product did this appear in) */ --%> <%@ taglib uri="http://xmlns.oracle.com/uix/ui" prefix="uix" %> <%@ taglib uri="http://xmlns.oracle.com/oem/jsp/tag" prefix="oem" %> <%@ page import="oracle.cabo.ui.UIConstants" %> <%@ page import="oracle.sysman.eml.gensvc.admin.data.ui.PageViewBean" %> <%@ page import="oracle.sysman.eml.gensvc.admin.data.ui.TestGenUIBean" %> <%@ page import="oracle.sysman.eml.gensvc.admin.data.ui.SOAPTestPropUIBean" %> <uix:renderingContext id="renderingContext"> <oem:pageSegment> <uix:dataScope currentDataBinding="bean"> <uix:bundle name="gensvc" class="oracle.sysman.resources.eml.gensvc.GensvcResourceBundle" /> <uix:bundle name="common" class="oracle.sysman.resources.CommonResourceBundle" /> <uix:bundle name="soap" class="oracle.sysman.eml.gensvc.test.soap.resources.SoapResourceBundle" /> <uix:header textBinding="TEST_PARAMETERS@gensvc" renderedBinding="<%=PageViewBean.IS_CREATE_MODE%>"> <uix:stackLayout> <uix:formattedText styleClass="OraInstructionText" textBinding="WSDL_INSTRUCTION@soap"/> <!-- add SOAP specific stuff here --> <uix:labeledFieldLayout width="50%"> <uix:spacer height="15" /> <uix:messageTextInput name="WSDL_URL" promptBinding="SOAP_WSDL_URL@soap" columns="65" textBinding="wsdl@servletRequest" required="yes" messageBinding="WSDL_TEXT_BOX_MSG_CREATE@soap"> <uix:end> <uix:flowLayout> <uix:contents> <uix:submitButton unvalidated="true" shortDescBinding="GO_TOOL_TIP@soap" textBinding="GO@common" name="<%=UIConstants.EVENT_PARAM%>" value="GENERATE_SOAP"/> </uix:contents> </uix:flowLayout> </uix:end> </uix:messageTextInput> <uix:messageTextInput styleClass="OraDataText" readOnly="true" promptBinding="SOAP_OPERATION@soap" textBinding="populatedOperation@servletRequest" /> <uix:messageTextInput styleClass="OraDataText" readOnly="true" promptBinding="SOAP_ENDPOINT@soap" textBinding="soapEndpoint@servletRequest" /> </uix:labeledFieldLayout> </uix:stackLayout> </uix:header> <uix:header textBinding="TEST_PARAMETERS@gensvc" renderedBinding="<%=PageViewBean.IS_EDIT_MODE%>"> <uix:stackLayout> <uix:formattedText styleClass="OraInstructionText" textBinding="WSDL_INSTRUCTION@soap"/> <uix:spacer height="15" /> <!-- add SOAP specific stuff here --> <uix:labeledFieldLayout width="75%"> <uix:labeledFieldLayout width="75%"> <uix:messageTextInput name="WSDL_URL" promptBinding="SOAP_WSDL_URL@soap" columns="65" messageBinding="WSDL_TEXT_BOX_MSG_EDIT@soap" textBinding="wsdl@servletRequest" required="yes" > <uix:end> <uix:flowLayout> <uix:contents> <uix:submitButton shortDescBinding="GO_TOOL_TIP@soap" unvalidated="true" textBinding="GO@common" name="<%=UIConstants.EVENT_PARAM%>" value="GENERATE_SOAP"/> </uix:contents> </uix:flowLayout> </uix:end> </uix:messageTextInput> <uix:messageTextInput styleClass="OraDataText" readOnly="true" promptBinding="SOAP_OPERATION@soap" textBinding="populatedOperation@servletRequest" /> <uix:messageTextInput styleClass="OraDataText" readOnly="true" promptBinding="SOAP_ENDPOINT@soap" textBinding="soapEndpoint@servletRequest" /> </uix:labeledFieldLayout> </uix:labeledFieldLayout> </uix:stackLayout> </uix:header> <uix:header textBinding="SOAP_TEST_NAME@soap" renderedBinding="<%=PageViewBean.IS_VIEW_MODE%>"> <uix:stackLayout> <uix:labeledFieldLayout columns="1" width="8%"> <uix:messageTextInput readOnly="true" styleClass="OraDataText" promptBinding="SOAP_WSDL_URL@soap" textBinding="wsdl@servletRequest" name="WSDL" /> <uix:messageTextInput readOnly="true" styleClass="OraDataText" promptBinding="SOAP_OPERATION@soap" textBinding="populatedOperation@servletRequest" /> <uix:messageTextInput styleClass="OraDataText" readOnly="true" promptBinding="SOAP_ENDPOINT@soap" textBinding="soapEndpoint@servletRequest" /> </uix:labeledFieldLayout> </uix:stackLayout> </uix:header> </uix:dataScope> </oem:pageSegment> </uix:renderingContext>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de