
appServer.restart-2.jsf Maven / Gradle / Ivy
function triggerRestart() {
var button=document.getElementById('form:restartInstance');
var options = {
execute:button.id,
render: '@none'
};
options[button.id] = button.id;
jsf.ajax.request(button, null, options);
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy