Ver Mensaje Individual
  #4 (permalink)  
Antiguo 15/07/2009, 13:01
lissette22
 
Fecha de Ingreso: septiembre-2006
Mensajes: 114
Antigüedad: 18 años, 4 meses
Puntos: 1
Respuesta: Error con java.sun.com/jstl/core+jsp

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