• 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

not able to access the resource bundle message

 
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i am getting the error
Cannot find message resources under key org.apache.struts.action.MESSAGE

The property file location is as follows:

/WEB-INF/classes/application/ApplicationResources.properties

The Web.xml contains

<!-- Resources bundle base class -->

<init-param>

<param-name>application</param-name>

<param-value>application.ApplicationResources</param-value>

</init-param>

The struts-config contains:
<message-resources parameter="application.ApplicationResources"/>

Still I am getting this error. I am new to Struts..could you please help me in solving this issue.
 
reply
    Bookmark Topic Watch Topic
  • New Topic