Phoenix Kilimba wrote:
Davie Lin wrote:What JSF implementation are you using?
I know for certain that JSF 1.1 does not have <f:ajax> tag
Where do i verify what JSF implementation am using, what jar/s in particular, and how will i b able to tell what version they are? I suspecct though am using 1.2 but would like to verify. If I AM using 1.2, what are my options for ajaxifying without having to resort to JSF 2.0?
Thanks again
Well, There are a couple of ways to find out. if you're using
Tomcat 5, than at least you're using JSF 1.1, if you're using Tomcat 6, than for sure you are using JSF 1.2 because JSF 1.1 doesn't work on Tomcat 6.
or you can unzip your jsf-api.jar and look into MANIFEST.MF in the META-INF directory. That's the most accurate way to tell what version of JSF you're using