|
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 drinkIf 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.
New Version 0.5 availableAs 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
Maven: JSF 1.2 (Facelets) & Spring 2Add this dependency to your pom's dependency section:<dependency>
</dependency> Maven: JSF 1.2 (Facelets) & Spring 3Add this dependency to your pom's dependency section:<dependency>
</dependency> Maven: JSF 2.0 & Spring 2Add this dependency to your pom's dependency section:<dependency>
</dependency> Maven: JSF 2.0 & Spring 3Add this dependency to your pom's dependency section:<dependency>
</dependency> Manual DownloadsSee 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 WebappsExamples Web-Applications showing how to work with the taglibs with a working setup for a Jetty server are provided in the Subversion repository. |