Search:

Type: Posts; User: Vanquish39; Keyword(s):

Search: Search took 0.03 seconds.

  1. Replies
    1
    Views
    340

    Solved it. Anyone else that has problems this is...

    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...
  2. Replies
    1
    Views
    340

    Can't setup javascript and jquery

    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...
  3. Replies
    8
    Views
    434

    Andrei, I wanted to do that also, but that extra...

    Andrei, I wanted to do that also, but that extra /user/ doesn't seem so clean.
  4. Replies
    8
    Views
    434

    Thanks, do you know anywhere I can find an...

    Thanks, do you know anywhere I can find an example of this?
  5. Replies
    8
    Views
    434

    anyone please?

    anyone please?
  6. Replies
    8
    Views
    434

    Thanks for the the reply arthomps but my question...

    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...
  7. Replies
    8
    Views
    434

    Path Redirect

    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...
  8. Replies
    1
    Views
    216

    SessionScope Security

    Hi guys, new to spring and spring security also.

    I've set up my security.xml like this.





    namespace omitted..
Results 1 to 8 of 8