Hello Friends
I am trying Taglibs using Tomcat.With reference to examples given in
Tomcat I had made one .tld giving info of the tag,Written one .java file
extending TagSupport class and overridding doEndTag() method, and finally
writing the same tag in JSP.Its giving following exception
org.apache.jasper.JasperException: No such tag TestTag in the tag library
imported with prefix
Also I had made entry of my tag in web.xml file.If anyone knows how to run
taglibs please help.
Thanks And Regards
Rajeev