Hi,
in my application I'm using facelets and now I would like to include the Spring Security taglib something like this:
xmlns:authz="http://www.springframework.org/security/tags/authz"
I've tried it and for example with <authz:authorize...> but the tag isn' resolved. Any suggestions/solutions?
Greetings Florian


