.main.admingui.console-jca-plugin.8.0.0-M5.source-code.poolTableButtons.inc Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of console-jca-plugin Show documentation
Show all versions of console-jca-plugin Show documentation
Connectors plugin bundle for GlassFish Admin Console
$page{topActionGroup});
/>
$attribute{tableRowGroup});
getSelectedSingleMapRows(TableRowGroup="${tableRowGroup}" selectedRows=>$attribute{selectedRows});
if ( #{pageSession.jcapool}) {
gf.deleteCascade(endpoint="#{pageSession.parentUrl}/#{pageSession.childType}", selectedRows="${selectedRows}", cascade="true");
}
if (! #{pageSession.jcapool}) {
gf.deleteCascade(endpoint="#{pageSession.parentUrl}/#{pageSession.childType}", selectedRows="${selectedRows}");
}
setAttribute(key="selectedRows" value="${selectedRows}");
gf.redirect(page="#{pageSession.listLink}");
/>
© 2015 - 2024 Weber Informatics LLC | Privacy Policy