Ver Mensaje Individual
  #2 (permalink)  
Antiguo 14/03/2006, 12:10
msi
 
Fecha de Ingreso: marzo-2005
Mensajes: 70
Antigüedad: 19 años, 2 meses
Puntos: 0
Por decirte algo, prueba a quitar <jsp-config> y las ":

<jsp-config>
<taglib>
<taglib-uri>"/WEB-INF/app.tld"</taglib-uri>
<taglib-location>/WEB-INF/app.tld</taglib-location>
</taglib>
<taglib>
<taglib-uri>/WEB-INF/struts-logic.tld</taglib-uri>
<taglib-location>/WEB-INF/struts-logic.tld</taglib-location>
</taglib>
</jsp-config>

Suerte.