I am studying JSF from Oracle online tutorial. While building its example \"hello1\" on netbeans it gives the following error at the line import javax.faces.bean.Manag
import javax.faces.bean.Manag
Add these 2 dependency in your project's pom.xml file
com.sun.faces jsf-api 2.1.7 com.sun.faces jsf-impl 2.1.7
This will solve your dependency problem.