I created a new web project, added the JSF 2.0 libraries myself. Everything works fine it gets deployed and runs fine.
only thing is the facelets pages I created (.xhtml) does not ref. back to the tag library when holding cntrl + mouse-click. Same with JSF Expression language in *.xhtml pages – does not take me to the bean method ex: below when I put my mouse on the “healthPlanBean” in the action, and hold cntrl button it dosent work.!
<h:commandButton value="Sign Me Up!"
action="#{healthPlanBean.signup}"/>
Let me know what needs to be tweaked, I can send my sample project.
Thanks,
Sai.