@RequestMapping("form") public ModelAndView getForm(@ModelAttribute Employee employee) { return new ModelAndView("form"); }