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

.admingui.console-jms-plugin.3.1.1.source-code.jmsHostsTable.inc Maven / Gradle / Ivy

There is a newer version: 3.2-b06
Show newest version





    $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