
configuration.configurations.jsf Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of console-common Show documentation
Show all versions of console-common Show documentation
This bundle contains common code that may be shared across plugins.
The newest version!
$attribute{tableRowGroup});
getSelectedSingleMapRows(TableRowGroup="${tableRowGroup}" selectedRows=>$attribute{selectedRows});
foreach (var="row" list="${selectedRows}") {
setPageSessionAttribute(key="configName" value="#{row['name']}");
setPageSessionAttribute(key="deleteConfigUrl", value="#{sessionScope.REST_URL}/configs/config/#{pageSession.configName}/delete-config");
gf.restRequest(endpoint="#{pageSession.deleteConfigUrl}", method="post");
}
gf.redirect(page="#{pageSession.listLink}");
/>
"
#include "/common/shared/alertMsg.inc"
"
$page{tableId});
/>
#include "/common/shared/listTableButtons.inc"
$page{tableRowGroupId});
/>
"
"
#include "/common/shared/changeButtonsJS.inc"
© 2015 - 2025 Weber Informatics LLC | Privacy Policy