
appServer.restart-2.jsf Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of console-common Show documentation
Show all versions of console-common Show documentation
This bundle contains common code that may be shared across plugins.
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