Tema: Spring
Ver Mensaje Individual
  #2 (permalink)  
Antiguo 19/04/2011, 09:58
p3r3
 
Fecha de Ingreso: abril-2011
Mensajes: 9
Antigüedad: 13 años
Puntos: 1
Respuesta: Spring

perdon! encontré el error, tenia los tags de jstl mal en las JSP

lo tenia asi: <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
i debe ser asi: <%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %>