Cita:
Iniciado por lissette22 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.