If your tags are correctly interpreted with 2.2.1 and 3.0.M3 then try this solution :
if you use this taglib declaration
xmlns:p="http://primefaces.prime.com.tr
move it to this :
xmlns:p="http://primefaces.org/ui
It saved me from returning to 2.2.1 and loosing a lot of new prodcutive controls like a better handling of Lazy DataTable.
if you use this taglib declaration
xmlns:p="http://primefaces.prime.com.tr
move it to this :
xmlns:p="http://primefaces.org/ui
It saved me from returning to 2.2.1 and loosing a lot of new prodcutive controls like a better handling of Lazy DataTable.