Bom gente …
Sou iniciante em programação web…
Eu fiz uma agenda médica, aonde os pacientes podem marcar consultas nos horários livres estipulados pelos médicos.
mas quando eu vou agendar uma nova consulta, o sistema me retorna o seguinte erro:
HTTP Status 500 - :twisted:
type Exception report
message
descriptionThe server encountered an internal error () that prevented it from fulfilling this request.
exception
javax.servlet.ServletException: javax.el.PropertyNotFoundException: /index.xhtml @13,39 value="#{consulta.dia}": Target Unreachable, identifier ‘consulta’ resolved to null
root cause
javax.faces.component.UpdateModelException: javax.el.PropertyNotFoundException: /index.xhtml @13,39 value="#{consulta.dia}": Target Unreachable, identifier ‘consulta’ resolved to null
root cause
javax.el.PropertyNotFoundException: /index.xhtml @13,39 value="#{consulta.dia}": Target Unreachable, identifier ‘consulta’ resolved to null
note The full stack traces of the exception and its root causes are available in the GlassFish Server Open Source Edition 3.1 logs.
Desde já agradeço pela força !
abs 