Bonjour,
Je vous explique ma situation :
J'ai un projet Maven contenant des pages jsp. En haut de ma page, je déclare les librairies que je souhaite utiliser :
Pour les librairies "h" et "f" il n'y a aucun problème. Mais concernant la libriaire "ice" j'obtiens ce message d'erreur :<%@ taglib prefix="h" uri="http://java.sun.com/jsf/html" %>
<%@ taglib prefix="f" uri="http://java.sun.com/jsf/core" %>
<%@ taglib prefix="ice" uri="http://www.icesoft.com/icefaces/component" %>
Avez-vous une idée ?The absolute uri : http://www.icesoft.com/icefaces/component cannot be resolved in either web.xml or the jar files deployed with this application
Merci d'avance.
Bisbo
Partager