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> |