I tried to implement PrimeFaces to my project. I download primefaces-3.0.M2.jar and added to build path then I added this taglib to my code:
<%@ taglib uri="http://primefaces.prime.com.tr/ui" prefix="p"%>
I got this error:
Can not find the tag library descriptor for "http://primefaces.prime.com.tr/ui"
Is there anyone to help me out?
