Your Internet Explorer version is not compatible with our shopping cart system. Please use version 9 or higher to avoid problems with your order(s). Close
MyEclipse with a newer version of JavaServer Faces?
I am running version 8.5 of MyEclipse. When I add JavaServer Faces support to my project, MyEclipse includes the 1.1.01 version of the JSF libraries. This version has a known bug that causes an h:commandLink inside an h:dataTable to not work. Can I include a more recent version of the JSF libraries instead of the 1.1 version pre-packaged with MyEclipse? If so, what is the best way to do this? (I know not to try to incorporate a 2.x version of JSF in my project, but would like to include a 1.2.x version.)
1) What is the Java specification level for your project ? JSF 1.2 is supported for Java EE 5 projects. For projects with lesser specification level like Java 1.4, JSF 1.1 is taken.
2) Can you creat a new web project with JavaEE 5 specification level and check if the issue persists ?