Hi, Im have many problems when i want to use a tablist
(in this case tehe log one).
Im running Tomcat 3.2.1

If I configure web.xml like the tutarial says:
<taglib>
<taglib-uri>http://jakarta.apache.org/taglibs/log-1.0</taglib-uri>
<taglib-location>/web-inf/log.tld</taglib-location>
</taglib>

An in the JSP: <%@ taglib
uri="http://jakarta.apache.org/taglibs/log-1.0";
prefix="log" %>

I found the error:
org.apache.jasper.compiler.CompileException:
D:\servidor\pruebalog.jsp(0,0) No se puede abrir la
libreria de tags
http://jakarta.apache.org/taglibs/log-1.0 : No puedo
localizar el TLD META-INF/taglib.tld
(In english aprox: org...I cant open the tags library
http...I cant find the TLD...)

In adittion, i dont understand another error. I had
readed that the taglib-uri is only an alias, but if i
change the value for one like log4j:
<taglib>
<taglib-uri>log4j</taglib-uri>
<taglib-location>/web-inf/log.tld</taglib-location>
</taglib> in the web.xml
<%@ taglib uri="log4j" prefix="log" %> in the JSP

I found the another error:
org.apache.jasper.compiler.CompileException:
D:\servidor\pruebalog.jsp(0,0) No se puede abrir la
libreria de tags log4j : D:\servidor\log4j (El sistema
no puede hallar el archivo especificado)
(in english aprox: org...I cant open the tags library
log4j...(The system cant find the spicified file)

Can anybody help me?

__________________________________________________
Terrorist Attacks on U.S. - How can you help?
Donate cash, emergency relief information
http://dailynews.yahoo.com/fc/US/Emergency_Information/

Reply via email to