make sure that every widget that has a validator function returns true
return dojo.every(this.getDescendants(), function(widget){ return !widget.isValid || widget.isValid(); });