I am getting this error, when executing JSF and PrimeFaces.
I have included these jars,
- jsf-api-2.0.3.jar,
- jsf-impl-2.0.3.jar ,
- jstl-1.0.2.jar jars and
- primefaces-2.2.RC2.jar
in the WEB-INF/lib
folder.
Is there any jar I am missing?
I am getting this error, when executing JSF and PrimeFaces.
I have included these jars,
in the WEB-INF/lib
folder.
Is there any jar I am missing?
Right click on project properties and follow below steps
"Project Properties" --> "Deployment Assembly", adding "Java Build Path Entries" -> "Maven Dependencies" solves the problem!
You can also do this, which solved my problem.
Right click on your project->properties->project facets->java server faces.
Then if the disabled library configuration option has selected, then change it to user library and then add mojarra's latest version and press OK button and try run the project again...
It should help.
Right click on project properties and follow below steps
"Project Properties" --> "Deployment Assembly", adding "Java Build Path Entries" ->jsf 2.0 (mojarra 2.0.3-fcs) solved my problems