JavaServer Faces 1.2 and Tomcat.

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.
[203 byte] By [Melgarejoa] at [2007-10-3 1:20:48]
# 1
I've also been hunting for a JSF 1.2 jar, just cant seem to find where to dl one from, any help?
mikgan2007a at 2007-7-14 18:18:00 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
Take a look at http://blog.exadel.com/?p=23The explanations are inside the article.
Sergey.Smirnova at 2007-7-14 18:18:00 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 3
Thanks Sergey, That means if I want to use templates in JSF I have to use Facelets as well?..
Melgarejoa at 2007-7-14 18:18:00 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 4
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.
rlubkea at 2007-7-14 18:18:00 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...