I am working on a Spring, Hibernate, JSP application. I am trying to display an image from my JSP page. The image not displayed on the browser. I am also not able to link my CSS
You could use JSTL tag for this the same shoult do for images. .
tag for this the same shoult do for images. .
.
You also need to add to the page
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>