Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 256 Bytes

File metadata and controls

9 lines (8 loc) · 256 Bytes

Spring-MVC-Validation

Student form with name, last name, postal code and customer code validation

Required fields

@InitBinder

Validaton a number range

Regular expressions

Make Integer fields required; String for Int fields

Custom validation