• 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

Getting MessageResources in ActionForm Validate

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

This question might have been asked many times but I have tried googling for sites but found no answers yet.

I just want to know on how I can have a reference on the nice MessageResources class of Struts in my action form validate method so
I wont hardcode my messages?

I have tried the following code but it was deprecated already.



I also found this piece of code but it keeps on returning null messageresource object.



I know I can get it from my action class but I need to know if I could access it in both the validate and reset method of the action form. Thanks!
 
reply
    Bookmark Topic Watch Topic
  • New Topic