Hello,
I am wondering if it is possible to use JSF2.0 with a JEE5 project. MyEclipse lets me create a Web project – JEE5 based. Part of the JEE5 library set includes JSF1.2 jars “jsf-api.jar” and “jsf-inpl.jar”. I can also use the MyEclipse menu to add “JSF 2.0 Capabilities”, which among other things, adds in the JSF2.0 library set – also “jsf-api.jar” and “jsf-inpl.jar”. I’m wondering how I can proceed with only the JSF2.0 jars – i.e., how do I “remove” the JEE 5 bundled JSF1.2 jars from my classpath, etc. Also, are there any other “hidden”/metadata items in the project that may cause me conflicts?
Thanks