I have created MVC application.
I want to include js or css file into jsp.
My static files ar under:
- webapp -js/jquery.js -WEB-I
I just followed Mkyong Tutorial to place css, js, jquery & image files. Its working for me.
In servlet-context.xml
In JSP , import tag library
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
and add like