I do not know how to access a message from a ResourceBundle from a Validator class!
I have a form like this:

City: input type="text"

I am validating with ValidationUtils.rejectIfEmpty() and I...