On Nov 28, 12:32 pm, "mr.freeze" <[email protected]> wrote: > The current onvalidation acts more like aftervalidation.
I guess you mean that the current onvalidation runs only if there are no form.errors > I need an opportunity to override form errors which is currently not possible. True > You can only add errors. Because there are none to begin with when onvalidation is called. > I hope that makes sense. Yes, we were just using different approaches. You want to work on form.errors, I changed validators so I would not get them. Yours seems easier and more intuitive for the coder. Good stuff.

