Re: Extending MessageResource in struts 1.2.9.

2006-08-22 Thread Niall Pemberton
From memory (its a long while since I used Struts 1.0) wasn't configuring message resources was in the web.xml? To configure custom message resources in Struts 1.2.x you need to use the element in your struts-config.xml http://struts.apache.org/1.2.x/userGuide/configuration.html#resources_conf

Extending MessageResource in struts 1.2.9.

2006-08-21 Thread sudhir howale
We have a requirement of fetching the content from DB instead of storing the name value pair in application.properties. I already have a working version of this feature which works with struts 1.0 but when I tried the same version with strus 1.2.9, the latest version, application doesnt read the e