Hi,
I am a beginner and I am developing some custom tags. I have the following code for a tag handler class.
And I have the following TLD file
And I have the following
JSP file
The wierd thing is that, the tag handler class requires SimpleTagSupport class from jsp-api.jar, but after the class compiles successfully, and when i try to display the JSP file, I get an error 500. But when i remove the jsp-api.jar from the buildpath, the error 500 is not occuring.
What is the problem here.. please help