I\'m trying to retrieve the user information from DB and display in the front end (JSP) using Spring MVC.
Inside the controller, currently I\'m adding the following cod
Or there is another option - to use @ModelAttribute like this: http://krams915.blogspot.com/2010/12/spring-3-mvc-using-modelattribute-in.html (contains Model and ModelAttribute examples).