Ver Mensaje Individual
  #3 (permalink)  
Antiguo 01/04/2011, 03:34
Avatar de Fuzzylog
Fuzzylog
 
Fecha de Ingreso: agosto-2008
Ubicación: En internet
Mensajes: 2.511
Antigüedad: 16 años, 3 meses
Puntos: 188
Respuesta: duda subre Struts 2 y JSP

Se me olvidaba añadir que las tlds hay que referenciarlas en el web.xml correspondiente

<jsp-config>

<!-- Descriptores de librerias de tags JSTL -->

<taglib>
<taglib-uri>/tlds/jstl/fmt</taglib-uri>
<taglib-location>/WEB-INF/tlds/fmt.tld</taglib-location>
</taglib>

.. etc

</jsp-config>