• 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
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

Failed to load or instantiate TagExtraInfo class: org.apache.struts.taglib.tiles.UseAttributeTei

 
Ranch Hand
Posts: 153
Eclipse IDE Tomcat Server Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All ,


Can anyone suggest how can i resolve this problem while using tiles in struts ,i am using following jars

struts-tiles-1.3.10.jar----------------->This is where UseAttributeTei.class is
struts-core-1.3.10.jar
struts-taglib-1.3.10.jar
servlet-api-2.3.jar ---------->This is where TagExtraInfo.class is

The error i got is



 
Karn Kumar
Ranch Hand
Posts: 153
Eclipse IDE Tomcat Server Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Guys ,

Finally i got the solution i just removed the struts-tiles.tld from project and it start working.

You can refer link http://www.myeclipseide.com/PNphpBB2-printview-t-7122-start-0.html

Thanks a lot to Javarancher...!!!
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic