• 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

Jsp Exception: Missing Resource

 
Greenhorn
Posts: 15
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,
I am keep on getting the below error when I load the login url. I ve kept the application resource files in src folder and the struts-cnfig.xml has an entry:
<message-resources parameter="ApplicationResources"/>

The exception says:
javax.servlet.jsp.JspException: Missing message for key "xxxx" in bundle "(default bundle)" for locale en_US
at org.apache.struts.taglib.bean.MessageTag.doStartTag(MessageTag.java:233)
at jsp_servlet._ezpay._main.__logon._jsp__tag0(__logon.java:271)
at jsp_servlet._ezpay._main.__logon._jspService(__logon.java:174)
at weblogic.servlet.jsp.JspBase.service(JspBase.java:34)
at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:226)
Truncated. see log file for complete stacktrace

The xxxx entry is available in the file.

Please help me...

Thanks,
-N
 
author
Posts: 5856
7
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Please ask JSP questions in the JSP forum, not the IDE forum, moving.

Exactly where, within your WAR file, is the resource bundle properties file located?

 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic