2
respostas

HTTP Status 500 - javax.el.PropertyNotFoundException

Estou com o mesmo problema que as duvidas acima, meus arquivos estão idênticas ao do curso, mais dar o mesmo erro,

type Exception report

message javax.el.PropertyNotFoundException: /empresa.xhtml @16,69 action="#{empresaBean.gravar}": Target Unreachable, identifier 'empresaBean' resolved to null

description The server encountered an internal error that prevented it from fulfilling this request.

exception

2 respostas

Alex na sua classe bean coloca a anotação encima dela como.

@ManagedBean(value = "livroBean")

Baixaei o arquivo do curso livraria, comtinua o mesmo erro:

HTTP Status 500 - /livro.xhtml @14,66 value="#{livroBean.livro.titulo}": Target Unreachable, identifier 'livroBean' resolved to null

type Exception report

message /livro.xhtml @14,66 value="#{livroBean.livro.titulo}": Target Unreachable, identifier 'livroBean' resolved to null

description The server encountered an internal error that prevented it from fulfilling this request.

exception