0

After running the Web project in JSF the following error is presented in the backing bean: javax.el.PropertyNotFoundException Objetivo inalcanzable, identificador

John Velandia
  • 99
  • 1
  • 4
  • Suggestion: change your development environment to English. There are MANY more useful results when you search on an English error message. – BalusC Mar 23 '16 at 07:45

1 Answers1

0

This kind of errors appear because of the wrong importing of frameworks.

Solution: You must use import javax.faces.bean.ManagedBean; instead of import javax.annotation.ManagedBean.

John Velandia
  • 99
  • 1
  • 4