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

Struts Message resources

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

Message resources is not working for me.. I tried with different scenario, Please assist us to resolve the issue

Added the file name is Strutsconfig.xml
<!-- Property File Loading -->
<message-resources parameter="MessageResources" null="false" />

My Action Form


Message resources copied to classes path also

prompt.customer.emailId = Email Id is required.
errors.required={0} is required.
emailed=Email Id


But am getting
???en_US. prompt.customer.emailId???
 
Author
Posts: 12617
IntelliJ IDE Ruby
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Well, that property isn't defined--what did you expect?
 
Meet Gaurav
Ranch Hand
Posts: 492
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
On the page am expecting Email Id is required

But am getting ???en_US. prompt.customer.emailId???


Am sorry
I added prompt.customer.emailId on the message properties
 
reply
    Bookmark Topic Watch Topic
  • New Topic