code snippet:
@RequestMapping(method = RequestMethod.POST)//, headers = \"content-type=application/x-www-form-urlencoded\") public ModelAndView create(@Req
Using @ModelAttribute is indeed the preferred way to deal with form parameters.