I've looked through a few tutorials and am having a problem w/ tagfiles.
Here's a simple example which is giving me an error in
Tomcat 5.5.9.
My tagfile - test.tag (located in /WEB-INF/tags/):
...the implementation (taglib.jsp):
...the error:
Do I not just use the name of the tagfile (i.e. <tf:
test />

???
Thanks!
-v