You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BindingResult errors generated in @ModelAttribute annotated method are not carried over into the BindingResult passed to @RequestMapping annotated method in the same controller.
This appears to be a bug since @ModelAttribute annotated method accepts BindingResult, and errors in Model from @ModelAttribute annotated method are carried over to @RequestMapping annotated method, but errors from BindingResult are not.