My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Links

JSF 2.0 / Facelets Taglibs are different than JSP-Taglibs. To use Spring Security with Facelets / JSF 2.0, one has to use a special taglib... one that is provided here.

Currently, our Homepage is located at http://www.dominikdorn.com/facelets/ while our code and bugtracking is here on google-code.

JOIN OUR GOOGLE GROUP TODAY TO STAY INFORMED OF NEW RELEASES

Buy me a drink

If you find this Tag-Library useful, you may consider buying me a drink. As you probably don't live in Vienna, you could do that via PayPal.

Buy me a drink (or two ;) )Buy me a Drink (You may as well change the price field :) )

New Version 0.5 available

As of 2010-09-25 version 0.5 is available.

We've fixed issues with Java 5 and now also support Springs OSGI solution (Spring DM Server) by providing appropriate manifest files.

Add our maven repo to your pom (or you mavens settings.xml):

Maven Repository

<repository>
<id>
org.springframework.security.taglibs.facelets
</id>
<url>
http://spring-security-facelets-taglib.googlecode.com/svn/repo/
</url>
</repository>

Maven: JSF 1.2 (Facelets) & Spring 2

Add this dependency to your pom's dependency section:

<dependency>
<groupid>
org.springframework.security
</groupid>
<artifactid>
facelets-taglib-jsf12-spring-2
</artifactid>
<version>
0.5
</version>
</dependency>

Maven: JSF 1.2 (Facelets) & Spring 3

Add this dependency to your pom's dependency section:

<dependency>
<groupid>
org.springframework.security
</groupid>
<artifactid>
facelets-taglib-jsf12-spring-3
</artifactid>
<version>
0.5
</version>
</dependency>

Maven: JSF 2.0 & Spring 2

Add this dependency to your pom's dependency section:

<dependency>
<groupid>
org.springframework.security
</groupid>
<artifactid>
facelets-taglib-jsf20-spring-2
</artifactid>
<version>
0.5
</version>
</dependency>

Maven: JSF 2.0 & Spring 3

Add this dependency to your pom's dependency section:

<dependency>
<groupid>
org.springframework.security
</groupid>
<artifactid>
facelets-taglib-jsf20-spring-3
</artifactid>
<version>
0.5
</version>
</dependency>

Manual Downloads

See the download section. You will need the taglib-core-0.4.jar AND the corresponding jar for your environment (Spring 2/3, JSF 1.2/2.0)

Example Webapps

Examples Web-Applications showing how to work with the taglibs with a working setup for a Jetty server are provided in the Subversion repository.

Powered by Google Project Hosting