-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add validation type attribute on ErrorDescription? #37
Comments
There is a constructor that receives a Do we need a more general approach? |
I think I can store the validation class name in the |
Why do you need the validation class name? |
I thought of using the name of the class instead of using random strings, but given that the vaadin module does not have dependency of business-impl and cannot see the validators classes, I will use the following strings:
|
Did you solve the issue by using those strings? |
ValidationException can contain a list of error descriptions. In order to handle message errors, it should be useful to know which validation relates to each error description.
The text was updated successfully, but these errors were encountered: