hellokoding / registration-login-spring-hsql

Registration and Login Example with Spring Security, Spring Boot, Spring Data JPA, HSQL, JSP
https://hellokoding.com/registration-and-login-example-with-spring-security-spring-boot-spring-data-jpa-hsql-jsp/
MIT License
224 stars 260 forks source link

Validation Errors are not displaying on Registration page #3

Open iviraj90 opened 7 years ago

iviraj90 commented 7 years ago

Whitelabel Error Page

This application has no explicit mapping for /error, so you are seeing this as a fallback.

Mon Dec 12 17:18:45 IST 2016 There was an unexpected error (type=Internal Server Error, status=500). No message found under code 'Size.userForm.username.userForm.username' for locale 'en_US'.

luiscarlin commented 7 years ago

If you modify the name of the validation.properties file to ValidationMesages.properties, Spring will be able to find it.

binq1000 commented 7 years ago

You could also add spring.messages.basename=validation to your application.properties