Dear Sirs
I am
testing out one of the examples in HFSJ for a custom tag handler.
JSP looks like this:
The simple tag handler looks like this
...and my TLD looks like this, placed in WEB-INF:
The .java file compiles, but when I try to access the jsp I get an exception report with following:
It appears as though the container expects me to implement all methods in the interface Tag when all I want to do is extend the class SimpleTagSupport.
My server is Apache Tomcat/6.0.14. JSP version is 2.0 (or at least it came with
Tomcat).
I would appreciate any advice.
This is not urgent ;-)
Cheers
Reidar