Why can\'t I get this to work in my Controller
@RequestMapping(method = RequestMethod.POST) public String onSubmit( Model model, @ModelAttribute(\"fo
Try this, it should work if you have configured your view resolver properly
return "redirect:/index.html";