which dtd are you using??
i use the following dtd..
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE taglib
PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.2//EN"
"http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_2.dtd">
with this tag-class is used..
but if you are using following older version then foloowing is used
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE taglib
PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.1//EN"
"http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_1.dtd">
have u mentioned you tag handler class in some package or what?? if it is so then u need to mention that too in your taglib descriptor
i am giving you a sample code... might be of some help
tell me if this is of some help....
Thanks
Amit