After running the Web project in JSF the following error is presented in the backing bean: javax.el.PropertyNotFoundException
Objetivo inalcanzable, identificador
Asked
Active
Viewed 1,854 times
0

John Velandia
- 129
- 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 Answers
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
- 129
- 1
- 4