Ver Mensaje Individual
  #5 (permalink)  
Antiguo 15/07/2009, 13:49
-thor-
 
Fecha de Ingreso: febrero-2006
Mensajes: 446
Antigüedad: 18 años, 3 meses
Puntos: 3
Respuesta: Error con java.sun.com/jstl/core+jsp

Cita:
Iniciado por lissette22 Ver Mensaje
Hola

En el web.xml debes incluir estas lineas:

Código HTML:
       <taglib>
		<taglib-uri>http://java.sun.com/jstl/core</taglib-uri>
		<taglib-location>/WEB-INF/config/tld/jstl/c.tld</taglib-location>
	</taglib> 
Y debes incluir el jar jslt.jar.

Un saludo. Suerte
Gracias, con eso solucione el problema.