• 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

Could not load TagExtraInfo class

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am having difficulty resolving the following struts error messages:

Could not load TagExtraInfo class org.apache.struts.
taglib.bean.KookieTei:

Could not load TagExtraInfo class org.apache.struts.
taglib.bean.DefineTei:

Could not load TagExtraInfo class org.apache.struts.
taglib.bean.HeaderTei:

My struts.jar is located within my .war file under WEB-INF\lib.

It looks like I can change the required attibute within struts-bean.tld to false?

I am a struts newbie so I appreciate any guidance.
 
Ranch Hand
Posts: 4864
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This problem could be caused by the struts.jar file being loaded by another Class loader. Check to make sure that there isn't another copy of the struts.jar file in one of the App Server's common libraries.
 
reply
    Bookmark Topic Watch Topic
  • New Topic