Spring MVC Tutorials 14 - Data Binding with a User-Defined Type, BindingResult (concept)

in this tutorial, we will learn how to use data binding with a user-defined type. In addition to it, we will also go through the concept of BindingResult provided by Spring MVC to handle all data binding related errors. Guys, the tutorial is in continuation with the earlier one (i.e part 13); I would recommend watching part 13 before watching this one for complete understanding of the concept.
Back to Top