Search:

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

Search: Search took 0.02 seconds.

  1. Spring MVC 3.1 + Tiles 2.2: Error when using wildcard

    Hello everyone,

    I have a basic project and want to use Tiles. The idea is to use one main template for multiple pages.
    I don't want to add multiple definitions so I'm trying to use wildcards....
  2. Replies
    4
    Views
    848

    I quess it had something to do with tiles. Now I...

    I quess it had something to do with tiles. Now I don't use tiles and it works flawless
  3. Replies
    4
    Views
    848

    Thanks for the quick response! If I change it...

    Thanks for the quick response!

    If I change it to <intercept-url pattern="/app/**" access="ROLE_ADMIN" /> it still doesn't work.

    Here's the console output:




    INFO: Initializing Spring...
  4. Replies
    4
    Views
    848

    Can't get Security to work properly

    Hello all,

    I trying to get Spring Security 3.0.3 to work but failing to do so.
    I put the usual (straight out the manual) in the xml files:



    <?xml version="1.0" encoding="UTF-8"?>
    <web-app...
  5. Let users edit their own information only?

    I started with Spring 3.0 and Spring Security 3.0.
    At the moment I have a registration page and login and when logged in users can see a list of all users and their profile.

    Now I want to let a...
Results 1 to 5 of 5