@coder247 Someone correct me if I'm wrong, but you don't need to return a ModelMap. Add your attributes to your ModelMap and simply return a String which is the View name.
This is an excellent article that explains how to do this and more...
http://www.mkyong.com/spring-mvc/spring-mvc-form-handling-annotation-example/