I used Netbeans to create a Spring MVC 3.0 app. I have a simple controller and JSP view. The JSP view appears correctly except for an image that doesn\'t render. My direc
I think you can put all the static data such as image, css, javascripts etc out side the WEB-INF and then call it the normal way :)