Solved it. Anyone else that has problems this is what I did.
Under spring.xml, which is probably your: projectname-servlet.xml
<mvc:resources mapping="/js/**" location="/js/" />
Create a...
Type: Posts; User: Vanquish39; Keyword(s):
Solved it. Anyone else that has problems this is what I did.
Under spring.xml, which is probably your: projectname-servlet.xml
<mvc:resources mapping="/js/**" location="/js/" />
Create a...
Hi guys, I'm having problems setting up javascript and jquery in my maven spring mvc project.
This is what I have done so far.
1) Under webapp, I created a js folder. Inside I put a jquery.js...
Andrei, I wanted to do that also, but that extra /user/ doesn't seem so clean.
Thanks, do you know anywhere I can find an example of this?
anyone please?
Thanks for the the reply arthomps but my question was kinda aimed a little differently.
The problem is that if I have a link
<a href="viewUsers.html">View Users</a>
How can I get this...
Hi guys, I wanted to do something with my incoming controller requests.
Let's say I type this
<a href="viewUsers.html">View Users </a>
Inside the UserController, I want the method that...
Hi guys, new to spring and spring security also.
I've set up my security.xml like this.
namespace omitted..