I am using @valid and @initbinder for validation of the data being passed to the service but I am facing an issue that @InitBinder
is working only globally,i.e.
Looking at the signature of your method it has to be
@InitBinder("loginRequest")
with a small l
The value of @InitBinder
can be one of the following