NoSuchMessageException: No message found
- by adisembiring
Hi ....
I try to learn Spring MVC 3.0 validation. but I got NoSuchMessageException: No message found under code 'name.required' for locale 'en_US'
error message when form submted.
I have create message.properties in src/message.properties and the content of that file is:
name.required = User Name is required
password.required = Password is…