• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

SimpleTagSupport class

 
Greenhorn
Posts: 22
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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

 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic