web.switch-mediator.js.mediator-util.js Maven / Gradle / Ivy
function switchMediatorValidate() {
var srcXpath = document.getElementById('sourceXPath').value;
if(srcXpath == null || srcXpath==""){
CARBON.showErrorDialog(switchi18n['must.specify.source.xpath']);
return false;
}
return true;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy