var baseValidatorHandler = { isRequired : function(){ return false; }, isVisible : function(){ return true; }, isValid : function(){ return true; } }