19/07/2010, 10:26
|
Usuario no validado | | Fecha de Ingreso: junio-2008
Mensajes: 386
Antigüedad: 16 años, 6 meses Puntos: 10 | |
Respuesta: Problema con http://jakarta.apache.org/struts/tags-html Hola,
En tu web.xml ya declaraste las tags?? Algo asi como esto:
<jsp-config>
<taglib>
<taglib-uri>/WEB-INF/struts-bean.tld</taglib-uri>
<taglib-location>/WEB-INF/struts-bean.tld</taglib-location>
</taglib>
<taglib>
<taglib-uri>/WEB-INF/struts-html.tld</taglib-uri>
<taglib-location>/WEB-INF/struts-html.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>
Para agregar las librerias de Struts 1.2.9, dale click derecho a tu proyecto -> Propoerties -> Libraries -> Add Jar y ahi seleccionas los jars de esa version.
Saludos! |