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

.admingui.console-jdbc-plugin.3.0-b31.source-code.jdbcConnectionPoolProperty.jsf Maven / Gradle / Ivy

There is a newer version: 10.0-b28
Show newest version




    $page{jndiName});
        getJdbcConnectionPoolProperty(
                jndiName = "#{jndiName}"
                properties => $page{props} );
                getTableList(Properties="$pageSession{props}", TableList=>$attribute{tableList}); 
        />
#include "/shared/restart.inc"        
    
        
            
        
        
            
#include "/shared/treeBreadcrumbs.inc"
#include "jdbcConnectionPoolTabs.inc"
#include "/shared/alertMsg.inc"
                
                
                    
                    

                     
                       $attribute{tableRowGroup});
                        getAllSingleMapRows(TableRowGroup="$attribute{tableRowGroup}",  Rows=>$attribute{newList});
                        convertRowsToProperties(NewList="#{newList}", AddProps=>$attribute{newProps});
                        prepareSuccessfulMsg();
                        saveJdbcConnectionPoolProperty(
                            jndiName = "#{jndiName}"
                            newProps="${newProps}"
                        );
                        setAttribute(key="name" value="$pageSession{jndiName}");
                        navigate(page="/jdbc/jdbcConnectionPoolProperty.jsf");
                        />

                    
                    
                                         
                
#include "/shared/propertyTable.inc"
	
            
        
#include "/shared/changeButtonsJS.inc"
    







© 2015 - 2024 Weber Informatics LLC | Privacy Policy