1. controller vairables as jsp view input forum.springsource.orgcontroller vairables as jsp view input Hi, i try to use a model (list with two String elements) as output for a jsp view. tried also "return new ModelAndView("home","test", "testvalue"); as ... |
2. How to pass an object from Spring 3.0 controller to JSP view and test with JSTL forum.springsource.orgHow to pass an object from Spring 3.0 controller to JSP view and test with JSTL First I have a Spring 3.0 controller with a method similar to the following. I'm ... |
3. Getting error on JSP Forward from COntroller forum.springsource.orgGetting error on JSP Forward from COntroller I am getting errors with the following setup. Spring 3.0 Code: |