Edit D:\app\Administrator\product\11.2.0\dbhome_1\oc4j\j2ee\oc4j_applications\applications\em\em\database\workload\replayInfoConnections.jspf
<uix:stackLayout> <uix:switcher childNameBinding="editable@replayInfoConnectionsBean@servletRequest"> <uix:case name="true"> <uix:rowLayout width="100%"> <uix:stackLayout> <uix:styledText textBinding="PROMPT_REPLAY_INFO_CONNECTIONS@defaultBundle@servletRequest" styleClass="OraInstructionText"/> <uix:spacer height="5"/> <uix:tip textBinding="CONNECT_TO_REPLAY_DATABASE@defaultBundle@servletRequest"/> </uix:stackLayout> </uix:rowLayout> </uix:case> </uix:switcher> <uix:stackLayout renderedBinding="editable@replayInfoConnectionsBean@servletRequest"> <uix:spacer height="10"/> <uix:rowLayout> <uix:spacer height="0" width="10"/> <oem:radioButton id="connectMethodSingleDescriptor" name="connectMethod" selectedValueBinding="connectMethod@replayInfoConnectionsBean@servletRequest" textBinding="CONNECT_USING_SINGLE_DESCRIPTOR@defaultBundle@servletRequest" onClick="submitForm('form', true, { event:'changeConnectMethod' })" value="SINGLE_DESCRIPTOR"/> <uix:spacer height="0" width="20"/> <uix:cellFormat> <uix:submitButton id="testConnection" disabledBinding="testConnectionDisabled@replayInfoConnectionsBean@servletRequest" textBinding="TEST_CONNECTION@defaultBundle@servletRequest" name="event" value="testConnection"/> </uix:cellFormat> </uix:rowLayout> <uix:rowLayout> <uix:spacer width="30"/> <uix:messageTextInput id="singleDescriptor" name="singleDescriptor" disabledBinding="singleDescriptorDisabled@replayInfoConnectionsBean@servletRequest" textBinding="singleDescriptor@replayInfoConnectionsBean@servletRequest" shortDescBinding="CONNECT_DESCRIPTOR@defaultBundle@servletRequest" messageTypeBinding="singleDescriptorMessageType@replayInfoConnectionsBean@servletRequest" messageBinding="singleDescriptorMessage@replayInfoConnectionsBean@servletRequest" noAutoComplete="true" rows="5" columns="120" maximumLength="1000"/> <%-- <uix:spacer width="10"/> <uix:cellFormat vAlign="top"> <uix:stackLayout> <uix:styledText textBinding="EXAMPLE_COLON@workloadBundle@servletRequest" styleClass="OraTipText"/> <uix:spacer height="5"/> <uix:flowLayout> <uix:spacer height="0" width="10"/> <uix:styledText text="<%=WorkloadConstants.EXAMPLE_CONNECT_DESCRIPTOR_1%>" styleClass="OraTipText"/> </uix:flowLayout> <uix:flowLayout> <uix:spacer height="0" width="20"/> <uix:styledText text="<%=WorkloadConstants.EXAMPLE_CONNECT_DESCRIPTOR_2%>" styleClass="OraTipText"/> </uix:flowLayout> <uix:flowLayout> <uix:spacer height="0" width="30"/> <uix:styledText text="<%=WorkloadConstants.EXAMPLE_CONNECT_DESCRIPTOR_3%>" styleClass="OraTipText"/> </uix:flowLayout> <uix:flowLayout> <uix:spacer height="0" width="20"/> <uix:styledText text="<%=WorkloadConstants.EXAMPLE_CONNECT_DESCRIPTOR_4%>" styleClass="OraTipText"/> </uix:flowLayout> <uix:flowLayout> <uix:spacer height="0" width="20"/> <uix:styledText text="<%=WorkloadConstants.EXAMPLE_CONNECT_DESCRIPTOR_5%>" styleClass="OraTipText"/> </uix:flowLayout> <uix:flowLayout> <uix:spacer height="0" width="10"/> <uix:styledText text="<%=WorkloadConstants.EXAMPLE_CONNECT_DESCRIPTOR_6%>" styleClass="OraTipText"/> </uix:flowLayout> </uix:stackLayout> </uix:cellFormat> --%> </uix:rowLayout> <uix:spacer height="20"/> <uix:rowLayout> <uix:spacer width="10"/> <oem:radioButton id="connectMethodServiceName" name="connectMethod" selectedValueBinding="connectMethod@replayInfoConnectionsBean@servletRequest" textBinding="CONNECT_USING_SERVICE_NAME@defaultBundle@servletRequest" onClick="submitForm('form', true, { event:'changeConnectMethod' })" value="SERVICE_NAME"/> </uix:rowLayout> <uix:rowLayout> <uix:spacer height="0" width="30"/> <uix:messageTextInput id="serviceName" name="serviceName" textBinding="serviceName@replayInfoConnectionsBean@servletRequest" shortDescBinding="NET_SERVICE_NAME@defaultBundle@servletRequest" disabledBinding="serviceNameDisabled@replayInfoConnectionsBean@servletRequest" messageTypeBinding="serviceNameMessageType@replayInfoConnectionsBean@servletRequest" messageBinding="serviceNameMessage@replayInfoConnectionsBean@servletRequest" noAutoComplete="true" columns="64" maximumLength="256"/> </uix:rowLayout> <uix:rowLayout> <uix:spacer width="30"/> <uix:tip textBinding="RESOLVE_SERVICE_NAME@defaultBundle@servletRequest"/> </uix:rowLayout> <uix:spacer height="20"/> <uix:rowLayout> <uix:spacer width="10"/> <oem:radioButton id="connectMethodSeparateDescriptor" name="connectMethod" selectedValueBinding="connectMethod@replayInfoConnectionsBean@servletRequest" textBinding="CONNECT_USING_SEPARATE_DESCRIPTOR@defaultBundle@servletRequest" onClick="submitForm('form', true, { event:'changeConnectMethod' })" value="SEPARATE_DESCRIPTOR"/> </uix:rowLayout> <uix:rowLayout renderedBinding="separateDescriptorRendered@replayInfoConnectionsBean@servletRequest"> <uix:spacer width="30"/> <oem:table summaryBinding="CONNECTIONS@workloadBundle@servletRequest" width="100%" blockSizeBinding="blockSize@replayInfoConnectionsBean@servletRequest" formSubmitted="true" partialRenderMode="self" id="replayInfoConnectionsTable" name="replayInfoConnectionsUIDataSource" dataSourceProp="replayInfoConnectionsUIDataSource" beanKey="replayInfoConnectionsBean" alternateTextBinding="NO_ITEMS_FOUND@DBObjectBundle@servletRequest"> </oem:table> </uix:rowLayout> </uix:stackLayout> <%-- <uix:rowLayout width="100%" renderedBinding="editable@replayInfoConnectionsBean@servletRequest"> <uix:stackLayout> <uix:labeledFieldLayout labelWidth="1%"> <uix:messageTextInput name="findString" promptBinding="FIND@workloadBundle@servletRequest" shortDescBinding="FIND@workloadBundle@servletRequest" textBinding="findString@replayInfoConnectionsBean@servletRequest" noAutoComplete="true" columns="64" maximumLength="128"/> <uix:spacer height="5"/> <uix:messageTextInput name="replaceString" promptBinding="REPLACE_WITH@workloadBundle@servletRequest" shortDescBinding="REPLACE_WITH@workloadBundle@servletRequest" textBinding="replaceString@replayInfoConnectionsBean@servletRequest" noAutoComplete="true" columns="64" maximumLength="128"> <uix:end> <uix:flowLayout> <uix:submitButton textBinding="REPLACE_ALL@workloadBundle@servletRequest" shortDescBinding="REPLACE_ALL@workloadBundle@servletRequest" name="event" value="replaceAll"/> <uix:spacer width="5"/> <uix:submitButton textBinding="RESET_ALL@workloadBundle@servletRequest" shortDescBinding="RESET_ALL@workloadBundle@servletRequest" name="event" value="resetAll"/> </uix:flowLayout> </uix:end> </uix:messageTextInput> </uix:labeledFieldLayout> <uix:spacer height="10"/> </uix:stackLayout> </uix:rowLayout> --%> <uix:switcher childNameBinding="editable@replayInfoConnectionsBean@servletRequest"> <uix:case name="false"> <uix:rowLayout width="100%"> <oem:table summaryBinding="CONNECTIONS@workloadBundle@servletRequest" width="100%" blockSizeBinding="blockSize@replayInfoConnectionsBean@servletRequest" formSubmitted="true" partialRenderMode="self" id="replayInfoConnectionsTable" name="replayInfoConnectionsUIDataSource" dataSourceProp="replayInfoConnectionsUIDataSource" beanKey="replayInfoConnectionsBean" alternateTextBinding="NO_ITEMS_FOUND@DBObjectBundle@servletRequest"> </oem:table> </uix:rowLayout> </uix:case> </uix:switcher> <uix:spacer height="10"/> </uix:stackLayout>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de