I read that the new namespace for Primefaces 3.0.M3 is xmlns:p="http://primefaces.org/ui" but doesn’t work. Netbeans throws No library found for this namespace error. If I go back to the old namespace, the new components aren’t rendered.
What am I doing wrong?
I read that the new namespace for Primefaces 3.0.M3 is xmlns:p=http://primefaces.org/ui but doesn’t work.
Share
The taglib uri was changed from
http://primefaces.prime.com.tr/uitohttp://primefaces.org/uisome time after the M3 release, between3.0.RC1-SNAPSHOTand3.0.M4-SNAPSHOT. The latest released version seems to be M3 and is still using the old namespace. I would suggest to use the snapshot versions until the next milestone or final version is released, in order to already work with the new namespace and avoid changes at a later stage.In my opinion the snapshots are mostly stable. They are available in the primefaces maven repo, maybe you have to configure the repository entry in your pom to allow snapshot versions.