PDA

View Full Version : [JSP] Problema inclusione di tag library


UnknownSoldier
27-11-2008, 22:24
Salve a tutti. Sto provando un esempio di un libro che utilizzare le JSTL, ma ho un problema, praticamente Netbeans mi da questo errore: "The absolute uri: http://java.sun.com/jsp/jstl/core cannot be resolved in either web.xml or the jar files deployed with this application"

Ho importato la tag library in questo modo: <%@taglib prefix = "c" uri = "http://java.sun.com/jsp/jstl/core" %>

Cos'è che non va?