jsp 2 « MVC Controller « Spring Q&A





1. controller vairables as jsp view input    forum.springsource.org

controller 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.org

How 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.org

Getting error on JSP Forward from COntroller I am getting errors with the following setup. Spring 3.0 Code: