| Author |
BeanValidation - Error Message
|
Dominik Müller
Ranch Hand
Joined: Apr 28, 2009
Posts: 36
|
|
Hi There,
in my project, i implement a custome Validator (JSR303)
The Problem: the Validator invoke an external system to do the validation, which returns an important error message on failure.
The Question: How do i process a dynamic error message, generated by the validator itself, to the invoking process?
Thanks a Lot
Dominik Müller
|
 |
Dominik Müller
Ranch Hand
Joined: Apr 28, 2009
Posts: 36
|
|
The Answer on my question.
In error case: disable the default constraint and create and add a custome one
|
 |
 |
|
|
subject: BeanValidation - Error Message
|
|
|