.admingui.console-jms-plugin.3.1.1.source-code.jmsHostsTable.inc Maven / Gradle / Ivy
$page{tableId});
/>
$page{topActionGroup});
/>
$attribute{tableRowGroup});
getSelectedSingleMapRows(TableRowGroup="${tableRowGroup}" selectedRows=>$attribute{selectedRows});
foreach (var="row" list="#{requestScope.selectedRows}") {
urlencode(value="#{row['name']}" result="#{requestScope.encodedName}");
gf.restRequest(endpoint="#{pageSession.parentUrl}/#{pageSession.childType}/#{requestScope.encodedName}?target=#{pageSession.configName}",
method="delete", result="#{pageSession.result}");
}
setAttribute(key="selectedRows" value="${selectedRows}");
gf.redirect(page="#{listPageLink}?configName=#{configName}");
/>
$page{configsTableRowGroupId});
/>
© 2015 - 2024 Weber Informatics LLC | Privacy Policy