Kabun
Kabun

Reputation: 35

PrimeFaces in Eclipse Java EE IDE for Web Developers

I am a beginner in Java Web Applications and I read some information here on how to start use primefaces and as a result I added PrimeFaces components to my page as xmlns:p="http://primefaces.org/ui" and also added the primefaces-5.0.jar to my classpath:

MyProject->Java_Resources->Libraries->primefaces-5.0.jar

I read that I had to add primefaces-5.0.jar to WEB-INF->lib->primefaces-5.0.jar and I did it, but I couldn't work with primefaces. I ran my project and neither of primefaces didn't show and also I didn't see any warnings and errors. Do you know any solutions to my problem?

Upvotes: 0

Views: 573

Answers (1)

softpower
softpower

Reputation: 135

You need to add Jsf component libraries which called jsf-imp.jar and jsf-api.jar and should make configuration on web.xml. You should watch the Jsf+Primefaces Tutorial for beginners.Here is good understandable tutorial for you. http://www.youtube.com/watch?v=F4NawR70uT0

Upvotes: 1

Related Questions