diff --git a/src/main/webapp/resources/applib/js/app-support.js b/src/main/webapp/resources/applib/js/app-support.js index 2779be1..d9421ec 100644 --- a/src/main/webapp/resources/applib/js/app-support.js +++ b/src/main/webapp/resources/applib/js/app-support.js @@ -122,11 +122,22 @@ class AppSupport { * validation **************************************************************************/ static customValidate(targetArr) { + var handler = validationFailureHandler(); + handler.notice = function(msg, input) { + dialog.alert({ + content:msg, + onClose:function(){input.focus();}, + init: function(){ + AppSupport.setDialogZindex(); + } + }); + }; + for(var i=0;i