Estou iniciando o aprendizado de JSF, criei uma aplicacao baseada em um exemplo que peguei na internet , o problema e que esta apresentando o seguinte erro :
sou inciante em JSF e estou com o mesmo problema segue o erro :
HTTP Status 500 -type Exception report
message
descriptionThe server encountered an internal error () that prevented it from fulfilling this request.
exception
javax.servlet.ServletException: #{agenda.inserir}: java.lang.NullPointerException
root cause
javax.faces.FacesException: #{agenda.inserir}: java.lang.NullPointerException
root cause
javax.faces.el.EvaluationException: java.lang.NullPointerException
root cause
java.lang.NullPointerException
note The full stack traces of the exception and its root causes are available in the Sun Java System Application Server 9.1 logs.
:oops:
As classes e bibliotecas estao dentro da estrutura que criei no netbeans
Seguem meus arquivos :
Se puderem me ajudar ficarei muito grato.