Folks- I'm stuck with this simple thing. I have a Hello World type Spring MVC based web app and I wanted to play with JQuery, but for the life of me, can't make it work, my
jsp just won't 'see' the following:
in my jsp:
I have a feeling something is wrong with the WAR file structure, or do I have to do something Spring related to serve static content?
+root-of-war
WEB-INF/
---jsp/
------myjsp.jsp (this is where i access jquery)
js/
---jquery-1.5.2.js
Please help, I'm stuck since yesterday.
Thanks in advance.