
.admingui.console-jca-plugin.3.1-b10.source-code.editPageWizardButtons.inc Maven / Gradle / Ivy
$attribute{tableRowGroup});
getAllSingleMapRows(TableRowGroup="$attribute{tableRowGroup}", Rows=>$attribute{newList});
setSessionAttribute(key="wizardPoolProperties", value="$attribute{newList}");
setAttribute(key="fromStep2" value="#{true}")
gf.navigate(page="#{request.contextPath}/jca/connectorConnectionPoolNew1.jsf")
/>
$attribute{resultEndPoint});
if (#{pageSession.hasPropertyTable}){
getUIComponent(clientId="$pageSession{propertyTableRowGroupId}", component=>$attribute{tableRowGroup});
getAllSingleMapRows(TableRowGroup="$attribute{tableRowGroup}", Rows=>$attribute{newList});
//REST - TO DO
if ( #{pageSession['rest-api']}) {
setAttribute(key="objStr", value="#{pageSession.restObjStr},name=#{sessionScope.wizardMap['Name']}");
}
setProxyProperties(objectNameStr="$attribute{objStr}", propertyList="$attribute{newList}", systemProp="#{pageSession.systemProp}" );
}
if ("#{sessionScope.wizardMap['Ping']}") {
//REST - TO DO
pingJdbcConnectionPool(jndiName="#{sessionScope.wizardMap['Name']}" , wmsg="$resource{i18njca.msg.warning.poolCreatedPingFailed}");
setSessionAttribute(key="wizardMap" value="#{null}")
setSessionAttribute(key="wizardPoolExtra" value="#{null}")
setSessionAttribute(key="wizardPoolProperties" value="#{null}")
gf.redirect(page="#{parentPage}?alertType=${alertType}&alertSummary=${alertSummary}&alertDetail=${alertDetail}");
}
setSessionAttribute(key="wizardMap" value="#{null}")
setSessionAttribute(key="wizardPoolExtra" value="#{null}")
setSessionAttribute(key="wizardPoolProperties" value="#{null}")
gf.redirect(page="#{parentPage}")
/>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy