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

appServer.restart-2.jsf Maven / Gradle / Ivy

The newest version!










    
    
    
	
	    function triggerRestart() {
		var button=document.getElementById('form:restartInstance');
		var options = {
		    execute:button.id,
		    render: '@none'
		};
		options[button.id] = button.id;
		faces.ajax.request(button, null, options);
	    }
	
    




    
    
        
    

  
 
 
 
 
 
 
 
 




© 2015 - 2025 Weber Informatics LLC | Privacy Policy