Why can\'t I get this to work in my Controller
@RequestMapping(method = RequestMethod.POST) public String onSubmit( Model model, @ModelAttribute(\"fo
Try this
HttpServletResponse response; response.sendRedirect(".../webpage.xhtml");