Dominik Dorn
unread,Jun 16, 2010, 8:16:36 PM6/16/10Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Spring Security Facelets-JSF 2.0-taglib
Hi,
I worked a lot today to get this new version 0.4 ready for production.
Please checkout the trunk, do a
mvn clean install
and try to use the new version in your project.
You can use the following dependency in your maven pom
<dependency>
<groupId>org.springframework.security</groupId>
<!--
<artifactId>facelets-taglib-jsf12-spring-2</artifactId>
<artifactId>facelets-taglib-jsf12-spring-3</artifactId>
<artifactId>facelets-taglib-jsf20-spring-2</artifactId>
<artifactId>facelets-taglib-jsf20-spring-3</artifactId>
-->
<version>0.4</version>
</dependency>
Please tell me ASAP if you find a bug or problem.
I want to publish the new version to the public soon.
Thanks,
Dominik