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...
Type: Posts; User: Marius Munteanu; Keyword(s):
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...