JSF property not found (javax.el.Propertynotfoundexception: Target Unreachable)

Asked

Viewed 85 times

0

I’m starting an application in Primefaces. I did a small project that has only one model class. I created a repository class where I placed an arraylist of this class.

I developed a small CRUD page with three features: Arraylist Search, Result View (Datatable) and Object Maintenance (inclusion, change, delete and query).

Managed Bean (Managedbean, Viewscoped) has three properties: A name for search, the repository, and the above object for CRUD. Has search methods, insertion, deletion, query and update.

Doing the project with Richfaces everything works normally. Doing the project with Primefaces when I arrive at the Object Maintenance stage gives the error: javax.el.Propertynotfoundexception: Target Unreachable.

I believe it is due to the implementation of CDI in the new version of JAVAX.FACES. I am using Mojarra.

I did two more tests: One using only JSF (without Richfaces and without Primefaces) and the problem persists. The other using Myfaces I still could not put to run.

I made the four projects publicly available on my Google Drive: https://drive.google.com/file/d/0B3B3_NnGahnyaW5yR1FUeWE0SWM/view?usp=sharing

If anyone can help me I appreciate!

Orlando Dias.

1 answer

0

Browser other questions tagged

You are not signed in. Login or sign up in order to post.