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

web.spring-mediator.js.mediator-util.js Maven / Gradle / Ivy

There is a newer version: 4.7.219
Show newest version
function springMediatorValidate() {
        if (document.getElementById('beanName') != undefined) {
            var val = document.getElementById('beanName');
            if (val && val.value == "") {
                CARBON.showWarningDialog(springi18n["mediator.spring.bean.name.empty"]);
                return false;
            }
        }
     if (document.getElementById('beanKey') != undefined) {
            val = document.getElementById('beanKey');
            if (val && val.value == "") {
                CARBON.showWarningDialog(springi18n["mediator.spring.bean.key.empty"]);
                return false;
            }
        }
    return true;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy