I am trying to build an app which can list some values from the database and modify, add, delete if necessary using Spring 4 and i receive the following error(only if the \"
If the issue is about ambigious method, probably the @RequestMapping should be the issue.
Change from @RequestMapping(name =...) to @RequestMapping(value =...)