Robert Walker wrote:
Hi group, I have text fields with formatters attached in my WOComponent and I am using validationFailedWithException to display the validation error messages next to the corresponding text field. I want to override the default messages and provide more user friendly messages. This takes care of most data entry errors, but when an attached formatter fails, a validation exception is thrown before validate/Key()/ gets called.
Hi group,