I am having some error problems with my java code.
I have the following Code:
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:p="http://primefaces.org/ui"
xmlns:pe="http://primefaces.org/ui/extensions"
xmlns:s="http://www.sensap.eu/jsf"
xmlns:c="http://java.sun.com/jsp/jstl/core"
xmlns:dialogs="http://java.sun.com/jsf/composite/components/dialogs"
xmlns:widgets="http://java.sun.com/jsf/composite/components/widgets">
When I compile the code it is giving me the following error:
No library found for namespace http://java.sun.com/jsf/composite/components/dialogs No library found for namespace http://java.sun.com/jsf/composite/components/widgets
I tried to check if the pom.xml is ok but from my end it looks fine. I don't know what to do next!!!
