25, 2002 7:08 AM
Subject: error loading taglib
> I have problem with custom tag
> I have added in my web.xml :
>
> counter
> /WEB-INF/counter.tld
>
>
> I also have the counter.tld :
>
>PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.1//EN"
>
I have problem with custom tag
I have added in my web.xml :
counter
/WEB-INF/counter.tld
I also have the counter.tld :
http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_1.dtd";>
1.0
1.2
Counter Tag
This tag display Counter
counter
CounterTag
empty
but when i use in my code :
<%@