Hello all, Currently, most converters and validators allow a *MessageDetail attribute to specify the detail message to use when a conversion/validation error occurs. However, we cannot set the message summary that way which is very bad, especially for the validateRegExp validator that use "Value does not match pattern.". That message leaves most end users puzzled and you cannot really overload the message in a generic enough way to fit all the possibilities of validateRegExp. Therefore, I would like to add a *MessageSummary attribute to all converters and validators.
Comments? Regards, ~ Simon
