I would like to ask if it is possible that my web application which uses JSF 2.1, Spring Framework 3.1.1, Spring Security 3.1 and ICEFaces 3 is incompatible with the Spring Security Facelets Tag Library. I use Maven pom.xml with dependency:
<dependency>
<groupId>org.springframework.webflow</groupId>
<artifactId>spring-faces</artifactId>
<version>2.2.1.RELEASE</version>
</dependency>
...and my ICE faces forms which were rendered with no problem are now rendered without any ICE faces style...
When I don't use Spring Security Facelets Tag Library and no webflow dependency, ICE faces styles are OK.