Edit D:\app\Administrator\product\11.2.0\dbhome_1\j2ee\OC4J_EM\applications\em\em\asprov\asprovConfiguration1013.jspf
<%@ taglib uri="http://xmlns.oracle.com/uix/ui" prefix="uix"%><%-- - FILE - asprovConfiguration1013.jspf - - DESCRIPTION - Component Configuration page - - MODIFIED (MM/DD/YY) - skhekale 09/06/07 - - vsagar 08/10/07 - - svijayar 08/18/06 - XbranchMerge svijayar_asprov_1013_directives from - main - svijayar 07/07/06 - Created - - SINCE - 10.2+ --%> <script> function enableLBRConfig() { if (document.all['lbr_configure_chk_bx'].checked == false) { document.all['lbr_hostname'].value = ''; document.all['lbr_port'].value = ''; document.all['use_lbrssl_chk_bx'].checked=false; document.all['lbr_hostname'].disabled=true; document.all['lbr_port'].disabled=true; document.all['use_lbrssl_chk_bx'].disabled='true'; } else { document.all['lbr_hostname'].disabled=false; document.all['lbr_port'].disabled=false; document.all['use_lbrssl_chk_bx'].disabled=false; } } function enableAllSSL() { if (document.all['use_SSL_chk_bx'].checked == false) { document.all['use_lbrssl_chk_bx'].checked = false; if (document.all['OHSPort'].value == '4443') document.all['OHSPort'].value = '7777'; if (document.all['lbr_port'].value == '443') document.all['lbr_port'].value = '80'; } else { document.all['use_lbrssl_chk_bx'].checked = true; if (document.all['OHSPort'].value == '7777') document.all['OHSPort'].value = '4443'; if (document.all['lbr_port'].value == '80') document.all['lbr_port'].value = '443'; } } function enableLBRSSL() { if (document.all['use_lbrssl_chk_bx'].checked == false) { if (document.all['lbr_port'].value == '443') document.all['lbr_port'].value = '80'; } else { if (document.all['lbr_port'].value == '80') document.all['lbr_port'].value = '443'; } } function myCallBack(lovWindow, event) { return true; } function launchWebTierRfs() { openWindow(top, "../page/rfs/postBackWithEvent$event=handleWebTierRfsLaunch", "lovWindow", {width:750, height:550}, true, "dialog", ""); } function launchAppTierRfs() { openWindow(top, "../page/rfs/postBackWithEvent$event=handleAppTierRfsLaunch", "lovWindow", {width:750, height:550}, true, "dialog", ""); } </script> <uix:spacer height="10"/> <%--Should be dynamic--%> <uix:stackLayout> <uix:header textBinding="CONFIGURATION_CLUSTER_HEADER@asprovResourceBundle"> <uix:tableLayout> <uix:rowLayout> <uix:cellFormat width="50%" vAlign="top"> <uix:tableLayout width="100%" cellSpacing="4" id="ExistingClusterList" renderedBinding="render@optClusterSel@UIData@asprovConfigurationBean@servletRequest"> <uix:rowLayout vAlign="top"> <uix:cellFormat width="50%" vAlign="top"> <uix:labeledFieldLayout labelWidth="0%" fieldWidth="100%" columns="4"> <uix:messageRadioButton name="optClusterName" selectedBinding="newClusterSelected@asprovConfigurationBean@servletRequest" shortDescBinding="text@newCluster@UIData@asprovConfigurationBean@servletRequest" textBinding="text@newCluster@UIData@asprovConfigurationBean@servletRequest" primaryClientActionBinding="actionNewCluster@asprovConfigurationBean@servletRequest"/> <uix:messageRadioButton name="optClusterName" selectedBinding="existingClusterSelected@asprovConfigurationBean@servletRequest" shortDescBinding="text@existingCluster@UIData@asprovConfigurationBean@servletRequest" textBinding="text@existingCluster@UIData@asprovConfigurationBean@servletRequest" primaryClientActionBinding="actionExistingCluster@asprovConfigurationBean@servletRequest"/> </uix:labeledFieldLayout> </uix:cellFormat> </uix:rowLayout> </uix:tableLayout> <uix:tableLayout width="100%" cellSpacing="4" id="optNewCluster"> <uix:rowLayout vAlign="top"> <uix:cellFormat width="50%" vAlign="top"> <uix:labeledFieldLayout labelWidth="0%" fieldWidth="100%"> <uix:messageTextInput name="txtnewCluster" textBinding="clusterName@asprovConfigurationBean@servletRequest" promptBinding="prompt@txtnewCluster@UIData@asprovConfigurationBean@servletRequest" disabledBinding="disabled@txtnewCluster@UIData@asprovConfigurationBean@servletRequest" shortDescBinding="TXT_CLUSTER_NAME@asprovResourceBundle" messageTypeBinding="txtClusterErr@servletRequest" messageBinding="txtClusterErrMsg@servletRequest" nameBinding="fieldName@txtnewCluster@UIData@asprovConfigurationBean@servletRequest"/> <uix:messageLovField columns="30" name="webtierinstallbasedir" promptBinding="CONFIGURATION_CLUSTER_WEB_TIER_INSTALL_BASE_DIR_TXT_BX_LABEL@asprovResourceBundle" textBinding="web_tier_install_base_dir_txt_bx_val@servletRequest" messageTypeBinding="webtierinstallbasedirErr@servletRequest" disabledBinding="existingClusterSelected@asprovConfigurationBean@servletRequest" renderedBinding="webtierCompEnabled@asprovConfigurationBean@servletRequest" required="uiOnly" messageBinding="webtierinstallbasedirErrMsg@servletRequest" shortDescBinding="CONFIGURATION_CLUSTER_WEB_TIER_INSTALL_BASE_DIR_TXT_BX_LABEL@asprovResourceBundle" searchDescBinding="CONFIGURATION_CLUSTER_WEB_TIER_INSTALL_BASE_DIR_TXT_BX_LABEL@asprovResourceBundle" onClick="launchWebTierRfs();" /> <uix:messageLovField columns="30" name="apptierinstallbasedir" promptBinding="CONFIGURATION_CLUSTER_APP_TIER_INSTALL_BASE_DIR_TXT_BX_LABEL@asprovResourceBundle" textBinding="app_tier_install_base_dir_txt_bx_val@servletRequest" messageTypeBinding="apptierinstallbasedirErr@servletRequest" required="uiOnly" renderedBinding="apptierCompEnabled@asprovConfigurationBean@servletRequest" disabledBinding="existingClusterSelected@asprovConfigurationBean@servletRequest" messageBinding="apptierinstallbasedirErrMsg@servletRequest" shortDescBinding="CONFIGURATION_CLUSTER_APP_TIER_INSTALL_BASE_DIR_TXT_BX_LABEL@asprovResourceBundle" searchDescBinding="CONFIGURATION_CLUSTER_APP_TIER_INSTALL_BASE_DIR_TXT_BX_LABEL@asprovResourceBundle" onClick="launchAppTierRfs();" /> <uix:messageTextInput columns="30" name="multicastadress" promptBinding="MULTI_CAST_ADDRESS_TEXT@asprovResourceBundle" messageBinding="MULTI_CAST_ADDRESS_MSG_TEXT@asprovResourceBundle" required="uiOnly" disabledBinding="existingClusterSelected@asprovConfigurationBean@servletRequest" messageTypeBinding="multicastAddErr@servletRequest" shortDescBinding="MULTI_CAST_ADDRESS_TEXT@asprovResourceBundle" textBinding="multicastadress@servletRequest"/> <uix:messageTextInput columns="30" name="multicastport" promptBinding="MULTI_CAST_ADDRESS_PORT_TEXT@asprovResourceBundle" messageBinding="MULTI_CAST_PORT_MSG_TEXT@asprovResourceBundle" required="uiOnly" shortDescBinding="MULTI_CAST_ADDRESS_PORT_TEXT@asprovResourceBundle" disabledBinding="existingClusterSelected@asprovConfigurationBean@servletRequest" messageTypeBinding="multicastPortErr@servletRequest" textBinding="multicastPortNumber@servletRequest"/> </uix:labeledFieldLayout> </uix:cellFormat> <uix:cellFormat width="50%" vAlign="top"> <uix:styledText text=""/> </uix:cellFormat> </uix:rowLayout> </uix:tableLayout> </uix:cellFormat> <uix:cellFormat width="50%" vAlign="top" renderedBinding="srcOracleHomeSelected@asprovConfigurationBean@servletRequest"> <uix:contentContainer background="light" width="100%" textBinding="CONFIGURATION_CLUSTER_CONTAINER_INFORMATION@asprovResourceBundle"> <uix:bulletedList> <uix:styledText styleClass="OraInstructionText" textBinding="CREATE_NEW_CLUSTER_INFO@asprovResourceBundle"/> <uix:styledText styleClass="OraInstructionText" textBinding="CREATE_EXISTING_CLUSTER_INFO@asprovResourceBundle"/> </uix:bulletedList> </uix:contentContainer> </uix:cellFormat> </uix:rowLayout> </uix:tableLayout> <uix:tableLayout> <uix:rowLayout> <uix:cellFormat> <uix:tip textBinding="MULTI_CAST_ADDRESS_PORT_TEXT_TIP@asprovResourceBundle" renderedBinding="render@optClusterSel@UIData@asprovConfigurationBean@servletRequest" /> </uix:cellFormat> </uix:rowLayout> </uix:tableLayout> </uix:header> <uix:header textBinding="CONFIGURATION_INSTANCE_HEADER@asprovResourceBundle"> <uix:tableLayout width="100%" cellSpacing="4" id="insdet"> <uix:rowLayout vAlign="top"> <uix:cellFormat width="50%" vAlign="top"> <uix:labeledFieldLayout labelWidth="0%" fieldWidth="100%"> <uix:messageTextInput columns="30" name="app_instance_name_txt_bx_val" promptBinding="APPTIER_INSTANCE_NAME@asprovResourceBundle" textBinding="app_instance_name_txt_bx_val@servletRequest" required = "uiOnly" messageTypeBinding="appinstancenameErr@servletRequest" renderedBinding="apptierCompEnabled@asprovConfigurationBean@servletRequest" messageBinding="appinstancenameErrMsg@servletRequest" shortDescBinding="APPTIER_INSTANCE_NAME@asprovResourceBundle"/> <uix:messageTextInput columns="30" name="web_instance_name_txt_bx_val" promptBinding="WEBTIER_INSTANCE_NAME@asprovResourceBundle" textBinding="web_instance_name_txt_bx_val@servletRequest" required = "uiOnly" renderedBinding="webtierCompEnabled@asprovConfigurationBean@servletRequest" messageTypeBinding="webinstancenameErr@servletRequest" messageBinding="webinstancenameErrMsg@servletRequest" shortDescBinding="WEBTIER_INSTANCE_NAME@asprovResourceBundle"/> <uix:messageTextInput columns="30" name="sourceOc4jadminPwd" promptBinding="SOURCE_OC4J_ADMIN_PWD@asprovResourceBundle" secret="true" renderedBinding="render@srcOC4JPwd@UIData@asprovConfigurationBean@servletRequest" required = "uiOnly" messageTypeBinding="SrcOC4JAdminPasswordErr@servletRequest" messageBinding="Srcoc4jAdminPwdMsg@servletRequest" noAutoComplete="true" shortDescBinding="SOURCE_OC4J_ADMIN_PWD@asprovResourceBundle"/> <uix:messageTextInput columns="30" name="iasAdminPassword" promptBinding="ADMIN_PASSWD@asprovResourceBundle" secret="true" required = "uiOnly" renderedBinding="apptierCompEnabled@asprovConfigurationBean@servletRequest" messageTypeBinding="iasAdminPasswordErr@servletRequest" messageBinding="CONFIGURATION_IAS_PWD_TXT_BX_MSG@asprovResourceBundle" noAutoComplete="true" shortDescBinding="ADMIN_PASSWD@asprovResourceBundle"/> <uix:messageTextInput columns="30" renderedBinding="apptierCompEnabled@asprovConfigurationBean@servletRequest" name="ConfirmiasAdminPassword" promptBinding="ADMIN_CONFIRM_PASSWD@asprovResourceBundle" secret="true" required = "uiOnly" messageTypeBinding="iasConfirmAdminPasswordErr@servletRequest" messageBinding="ADMIN_CONFIRM_PASSWD@servletRequest" noAutoComplete="true" shortDescBinding="CONFIGURATION_IAS_CONFIRM_PWD_TXT_BX_LABEL@asprovResourceBundle"/> <uix:messageTextInput columns="30" name="OC4JInstanceName" promptBinding="OC4J_INSTANCE_NAME@asprovResourceBundle" textBinding="OC4JInstanceName@servletRequest" disabled="true" messageTypeBinding="OC4JInstanceNameErr@servletRequest" shortDescBinding="OC4J_INSTANCE_NAME@asprovResourceBundle" renderedBinding="apptierCompEnabled@asprovConfigurationBean@servletRequest" messageBinding="OC4J_INSTANCE_NAME_TIP@asprovResourceBundle"/> </uix:labeledFieldLayout> </uix:cellFormat> <uix:cellFormat width="50%" vAlign="top" renderedBinding="apptierCompEnabled@asprovConfigurationBean@servletRequest"> <uix:contentContainer background="light" width="100%" textBinding="CONFIGURATION_INSTANCE_INFORMATION@asprovResourceBundle"> <uix:bulletedList> <uix:styledText styleClass="OraInstructionText" textBinding="CONFIGURATION_INSTANCE_INFORMATION_BULLET1@asprovResourceBundle"/> <uix:styledText styleClass="OraInstructionText" textBinding="CONFIGURATION_INSTANCE_INFORMATION_BULLET2@asprovResourceBundle"/> <uix:styledText rendered="false" styleClass="OraInstructionText" textBinding="CONFIGURATION_INSTANCE_INFORMATION_BULLET3@asprovResourceBundle"/> </uix:bulletedList> </uix:contentContainer> </uix:cellFormat> </uix:rowLayout> </uix:tableLayout> </uix:header> <uix:header textBinding="CONFIGURATION_PORT_HEADER@asprovResourceBundle"> <uix:tableLayout width="100%" cellSpacing="4" id="cfgport"> <uix:rowLayout vAlign="top"> <uix:cellFormat width="50%" vAlign="top"> <uix:tableLayout cellSpacing="4"> <uix:rowLayout> <uix:cellFormat columnSpan="2" vAlign="top"> <uix:messageStyledText renderedBinding="webtierCompEnabled@asprovConfigurationBean@servletRequest" textBinding="CONFIGURATION_PORT_HTTP_LISTENER_TXT@asprovResourceBundle" styleClass="oraInstructionText"/> </uix:cellFormat> </uix:rowLayout> <uix:rowLayout> <uix:cellFormat width="5%"/> <uix:cellFormat vAlign="top"> <uix:labeledFieldLayout labelWidth="0%" fieldWidth="100%"> <uix:messageTextInput columns="30" name="OHSPort" promptBinding="CONFIGURATION_OHS_PORT_TXT_BX_LABEL@asprovResourceBundle" renderedBinding="webtierCompEnabled@asprovConfigurationBean@servletRequest" textBinding = "ohs_port_txt_bx_val@servletRequest" required = "uiOnly" disabledBinding="existingClusterSelected@asprovConfigurationBean@servletRequest" messageTypeBinding="OHSPortErr@servletRequest" messageBinding="OHSPortErrMsg@servletRequest" shortDescBinding="CONFIGURATION_OHS_PORT_TXT_BX_LABEL@asprovResourceBundle"/> <uix:messageCheckBox name="use_SSL_chk_bx" disabledBinding="existingClusterSelected@asprovConfigurationBean@servletRequest" renderedBinding="webtierCompEnabled@asprovConfigurationBean@servletRequest" textBinding="CONFIGURATION_PORT_ENABLE_SSL_CHK_BX_TXT@asprovResourceBundle" checkedBinding="use_SSL_chk_bx@servletRequest"/> </uix:labeledFieldLayout> </uix:cellFormat> </uix:rowLayout> <uix:rowLayout rendered="false"> <uix:cellFormat columnSpan="2" vAlign="top"> <uix:messageStyledText textBinding="CONFIGURATION_PORT_LBR_TXT@asprovResourceBundle" styleClass="oraInstructionText"/> </uix:cellFormat> </uix:rowLayout> <uix:rowLayout> <uix:cellFormat columnSpan="2" vAlign="top"> <uix:messageStyledText renderedBinding="apptierCompEnabled@asprovConfigurationBean@servletRequest" textBinding="CONFIGURATION_AS_CTRL_PORT_TXT@asprovResourceBundle" styleClass="oraInstructionText"/> </uix:cellFormat> </uix:rowLayout> <uix:rowLayout> <uix:cellFormat width="5%"/> <uix:cellFormat vAlign="top"> <uix:labeledFieldLayout labelWidth="42%" fieldWidth="100%"> <uix:messageTextInput columns="30" name="ASControlPort" promptBinding="CONFIGURATION_AS_CTRL_PORT_TXT_BX_LABEL@asprovResourceBundle" textBinding="as_ctrl_port_txt_bx_val@servletRequest" required="uiOnly" disabledBinding="existingClusterSelected@asprovConfigurationBean@servletRequest" renderedBinding="apptierCompEnabled@asprovConfigurationBean@servletRequest" messageTypeBinding="ASControlPortErr@servletRequest" messageBinding="ASControlPortErrMsg@servletRequest" shortDescBinding="CONFIGURATION_AS_CTRL_PORT_TXT_BX_LABEL@asprovResourceBundle" /> </uix:labeledFieldLayout> </uix:cellFormat> </uix:rowLayout> </uix:tableLayout> </uix:cellFormat> <uix:cellFormat width="50%" vAlign="top" renderedBinding="webtierCompEnabled@asprovConfigurationBean@servletRequest"> <uix:contentContainer background="light" width="100%" textBinding="CONFIGURATION_PORT_CONTAINER_INFORMATION@asprovResourceBundle"> <uix:styledText styleClass="OraInstructionText" textBinding="CONFIGURATION_PORT_INFORMATION@asprovResourceBundle"/> </uix:contentContainer> </uix:cellFormat> </uix:rowLayout> </uix:tableLayout> </uix:header> <uix:header textBinding="LBR_HEADER_TEXT@asprovResourceBundle" renderedBinding="webtierCompEnabled@asprovConfigurationBean@servletRequest"> <uix:tableLayout width="100%" cellSpacing="4"> <uix:rowLayout vAlign="top"> <uix:cellFormat width="50%" vAlign="top"> <uix:labeledFieldLayout labelWidth="0%" fieldWidth="100%"> <uix:messageTextInput columns="30" name="lbr_hostname" textBinding="lbr_hostname_txt_bx_val@servletRequest" requiredBinding="lbr_required@servletRequest" promptBinding="CONFIGURATION_PORT_LBR_HOST_NAME_TXT_BX_LABEL@asprovResourceBundle" messageTypeBinding="lbr_hostnameErr@servletRequest" renderedBinding="webtierCompEnabled@asprovConfigurationBean@servletRequest" messageBinding="lbr_hostnameErrMsg@servletRequest" shortDescBinding="CONFIGURATION_PORT_LBR_HOST_NAME_TXT_BX_LABEL@asprovResourceBundle"/> <uix:messageTextInput columns="30" name="lbr_username" textBinding="LBRUserName@asprovConfigurationBean@servletRequest" promptBinding="LBR_HOST_USER_NAME@asprovResourceBundle" renderedBinding="webtierCompEnabled@asprovConfigurationBean@servletRequest" requiredBinding="lbr_required@servletRequest" messageTypeBinding="lbr_hostusernameErr@servletRequest" messageBinding="lbr_hostusernameErrMsg@servletRequest" shortDescBinding="LBR_HOST_USER_NAME@asprovResourceBundle"/> <uix:messageTextInput columns="30" name="lbr_Password" secret="true" noAutoComplete="true" textBinding="LBRPassword@asprovConfigurationBean@servletRequest" requiredBinding="lbr_required@servletRequest" renderedBinding="webtierCompEnabled@asprovConfigurationBean@servletRequest" promptBinding="LBR_HOST_PASSWORD@asprovResourceBundle" messageTypeBinding="lbr_PasswordErr@servletRequest" messageBinding="lbr_PasswordErrMsg@servletRequest" shortDescBinding="LBR_HOST_PASSWORD@asprovResourceBundle"/> <uix:messageTextInput columns="30" name="virtual_host" textBinding="LBRVirtualHost@asprovConfigurationBean@servletRequest" requiredBinding="lbr_required@servletRequest" renderedBinding="webtierCompEnabled@asprovConfigurationBean@servletRequest" messageTypeBinding="virtualHostErr@servletRequest" promptBinding="VIRTUAL_HOST_NAME@asprovResourceBundle" messageBinding="virtualHostErrMsg@servletRequest" shortDescBinding="VIRTUAL_HOST_NAME@asprovResourceBundle"/> <uix:messageTextInput columns="30" name="lbr_port" textBinding="lbr_port_txt_bx_val@servletRequest" messageTypeBinding="lbr_portErr@servletRequest" renderedBinding="webtierCompEnabled@asprovConfigurationBean@servletRequest" messageBinding="lbr_portErrMsg@servletRequest" promptBinding="CONFIGURATION_PORT_LBR_PORT_TXT_BX_LABEL@asprovResourceBundle" requiredBinding="lbr_required@servletRequest" shortDescBinding="CONFIGURATION_PORT_LBR_PORT_TXT_BX_LABEL@asprovResourceBundle"/> <uix:messageCheckBox name="use_lbrssl_chk_bx" textBinding="CONFIGURATION_PORT_ENABLE_SSL_CHK_BX_TXT@asprovResourceBundle" renderedBinding="webtierCompEnabled@asprovConfigurationBean@servletRequest" checkedBinding="use_lbrssl_chk_bx_checked@servletRequest" /> </uix:labeledFieldLayout> </uix:cellFormat> <uix:cellFormat width="50%" vAlign="top"> <uix:styledText text=""/> </uix:cellFormat> </uix:rowLayout> </uix:tableLayout> </uix:header> <uix:header textBinding="SIDB_ADDITIONAL_PARAMETER@sidbResourceBundle"> <uix:tableLayout width="100%" cellSpacing="4"> <uix:rowLayout vAlign="top"> <uix:cellFormat width="50%" vAlign="top"> <uix:labeledFieldLayout labelWidth="0%" fieldWidth="100%"> <uix:messageTextInput columns="30" name="appTierAddParmas" textBinding="apptier_add_params_txt_bx_val@servletRequest" required="false" promptBinding="APP_TIER@asprovResourceBundle" messageBinding="SIDB_ADDITIONAL_PARAMETER_TIP@sidbResourceBundle" shortDescBinding="APP_TIER@asprovResourceBundle" renderedBinding="apptierCompEnabled@asprovConfigurationBean@servletRequest"/> <uix:messageTextInput columns="30" name="webTierAddParmas" textBinding="webtier_add_params_txt_bx_val@servletRequest" required="false" promptBinding="WEB_TIER@asprovResourceBundle" messageBinding="SIDB_ADDITIONAL_PARAMETER_TIP@sidbResourceBundle" shortDescBinding="WEB_TIER@asprovResourceBundle" renderedBinding="webtierCompEnabled@asprovConfigurationBean@servletRequest"/> </uix:labeledFieldLayout> </uix:cellFormat> <%--<uix:cellFormat width="50%" vAlign="top"> <uix:contentContainer background="light" width="100%" textBinding="ADD_PARAMS_CONTAINER_INFORMATION@asprovResourceBundle"> <uix:styledText styleClass="OraInstructionText" textBinding="ADD_PARAM_INFORMATION_1@asprovResourceBundle"/> <uix:styledText styleClass="OraInstructionText" textBinding="ADD_PARAM_INFORMATION_2@asprovResourceBundle"/> <uix:styledText styleClass="OraInstructionText" textBinding="ADD_PARAM_INFORMATION_3@asprovResourceBundle"/> <uix:styledText styleClass="OraInstructionText" textBinding="ADD_PARAM_INFORMATION_4@asprovResourceBundle"/> </uix:contentContainer> </uix:cellFormat>--%> </uix:rowLayout> </uix:tableLayout> </uix:header> <uix:header textBinding="CONFIGURATION_IDENTITY_HEADER@asprovResourceBundle"> <uix:tableLayout cellSpacing="4" id="jaznopt"> <uix:rowLayout> <uix:cellFormat width="50%" columnSpan="2" vAlign="top"> <uix:labeledFieldLayout labelWidth="0%" fieldWidth="100%"> <uix:messageRadioButton nameBinding="CONFIGURATION_IDENTITY_MGMT_TYPE@asprovResourceBundle" textBinding="CONFIGURATION_IDENTITY_JAZN_LDAP_TXT@asprovResourceBundle" shortDescBinding="CONFIGURATION_IDENTITY_JAZN_LDAP_TXT@asprovResourceBundle" valueBinding="CONFIGURATION_IDENTITY_JAZN_LDAP@asprovResourceBundle" disabledBinding="disabled@configIdentityJaznLdap@UIData@asprovConfigurationBean@servletRequest" selectedValueBinding="configIdentityMgmtType@servletRequest"/> <uix:messageRadioButton nameBinding="CONFIGURATION_IDENTITY_MGMT_TYPE@asprovResourceBundle" shortDescBinding="CONFIGURATION_IDENTITY_NONE_TXT@asprovResourceBundle" textBinding="CONFIGURATION_IDENTITY_NONE_TXT@asprovResourceBundle" valueBinding="CONFIGURATION_IDENTITY_NONE@asprovResourceBundle" selectedValueBinding="configIdentityMgmtType@servletRequest" disabledBinding="disabled@configIdentityNone@UIData@asprovConfigurationBean@servletRequest" messageBinding="CONFIGURATION_IDENTITY_NONE_MSG@asprovResourceBundle"/> <uix:messageRadioButton nameBinding="CONFIGURATION_IDENTITY_MGMT_TYPE@asprovResourceBundle" textBinding="CONFIGURATION_IDENTITY_SAME_AS_SOURCE_TXT@asprovResourceBundle" shortDescBinding="CONFIGURATION_IDENTITY_SAME_AS_SOURCE_TXT@asprovResourceBundle" valueBinding="CONFIGURATION_IDENTITY_SAME_AS_SOURCE@asprovResourceBundle" disabledBinding="disabled@configIdentitySameAsSource@UIData@asprovConfigurationBean@servletRequest" selectedValueBinding="configIdentityMgmtType@servletRequest"/> </uix:labeledFieldLayout > </uix:cellFormat> </uix:rowLayout> </uix:tableLayout> </uix:header> </uix:stackLayout>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de