Can anyone of you tell me what is the bindingresult interface in spring mvc & how do we use it?
I googled a lot but still not able to get a clear idea of what it is. Thanks
It is used to hold the errors that are thrown from your validator class or it can hold some messages that are useful for you to display in your view page.