我试图通过RedirectionAttributes传递BindingResult:我已引用Spring-RedirectafterPOST(evenwithvalidationerrors),但还是卡住了。我有一个GET方法:@RequestMapping(value="/test",method=RequestMethod.GET)publicStringtest(@ModelAttribute("exampleForm")finalExampleFormexampleForm,finalModelmodel){return"test";}还有一个POST方法:@RequestMa