• 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

ActionError missing in Struts 1.3.8

 
Ranch Hand
Posts: 117
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi,

I downloaded the latest production release of Struts which is v 1.3.8. But I get an error at runtime - java.lang.NoClassDefFoundError: org/apache/struts/action/ActionError
I checked the struts-core-1.3.8.jar and found that the ActionErrors class was present, but the ActionError class was missing. What should I do now? Should I copy this class from some previous version of struts?

Thanks
Devi
 
Ranch Hand
Posts: 387
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi,

from the Struts javadoc of ActionError:

Deprecated. Please use ActionMessage instead, deprecated since 1.2.0.

Herman
 
reply
    Bookmark Topic Watch Topic
  • New Topic