Estou tentando desenvolver um aplicativo web
tento fazer uma JSTL...
Só que ao declarar a taglib aparesce um erro nessa declaração:
<%@taglib uri="http://java.sun.com/js/jstl/core" prefix="c"%>
O erro é:
org.apache.jasper.JasperException: The absolute uri: http://java.sun.com/js/jstl/core cannot be resolved in either web.xml or the jar files deployed with this application
E eu importei o JSTL;
Obrigado.
This message was edited 1 time. Last update was at 06/12/2008 14:59:35
|