Page 1 of 1

error with pp menu

Posted: 15 Jul 2019, 23:19
by azedinetaha
Hello , i have probleme with pp:menu dosen't work with me i have this warning

Warning: This page calls for XML namespace http://primefaces.org/poseidon declared with prefix pp but no taglibrary exists for that namespace.

<ui:composition
xmlns="http://www.w3.org/1999/xhtml"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:p="http://primefaces.org/ui"
xmlns:pp="http://primefaces.org/poseidon">

Re: error with pp menu

Posted: 18 Jul 2019, 10:31
by mert.sincan
Please add primefaces-poseidon.taglib.xml in your project. You can find it in our sample project.

Best Regards,