• 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:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Unable to load tag handler class....

 
Ranch Hand
Posts: 60
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am using struts framework for my application.
I am trying to code calendar, for that I am using the source from a website.While executing the code I am getting this error:

org.apache.jasper.JasperException: /Calendardemo.jsp(23,0):Unable to load tag handler class "tags.SetDate" for tag "utils:setDate"

I used code from this link: http://sudsy.net/technology/JSP3.html

I placed util.tld in WEB-INF folder. Do I need to define taglin in web.xml too?
 
Ranch Hand
Posts: 4864
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It looks like this might be a classpath issue. Do you have the provided jar file in your WEB-INF/lib folder?
reply
    Bookmark Topic Watch Topic
  • New Topic