There is any JSF 1.2 jars available that could be used by Tomcat. ?. All the information that I could find was that Tomcat only use JSF 1.1. for now. Thanks in advance for your help.
JSF 1.2 requires JSP 2.1. However since Facelets doens't use JSP, it allows JSF 1.2 to function in an older enviroment (i.e. Tomcat 5).You can always download the lastest Sun JSF JARs from https://javaserverfaces.dev.java.net.