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
I imported a web prohject that I created using Eclipse 3.1 and MyEclipse 4.11 into my brand new Eclipse 3.2 with MyEclipse 5.0 install. I attempted to add JSF capabilities to the project via the right-click pop up menu, and voila! no JSF add capabilities
If I create a new web project. the JSF capabilities are there. After that I can copy the previous project’s packages by copying to the workspace and using project refresh.
Did your previous webproject in 4.1.1 have JSF capabilities? Are any other “Add capabilities…” enabled for this webproject like Struts, Tapestry, Web Services, etc?
Yes the project in 4.1.1 did have JSF capabilitiies. I got around the issue by creating the project in the 3.2/5.0GA instance with JSF capabilities and then copied in the project from the other workspce. I then did a refresh on the project. After that, it worked…