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....
Type: Posts; User: Michiel; Keyword(s):
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....
I quess it had something to do with tiles. Now I don't use tiles and it works flawless
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...
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...
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...