All Downloads are FREE. Search and download functionalities are using the official Maven repository.

.main.admingui.console-jca-plugin.8.0.0-M5.source-code.poolTableButtons.inc Maven / Gradle / Ivy

There is a newer version: 8.0.0-JDK17-M7
Show newest version



     
        $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