Re: error loading taglib

2002-03-24 Thread James Williamson
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" >

error loading taglib

2002-03-24 Thread Isak Rickyanto
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 : <%@