Stan Ormičres - 2007-04-16

Hello, I would like to use the ReloadablePropertyMessageResourceFactory

So, Since I had the following line in struts-config.xml :

<message-resources parameter="com.paraschool.control.ControlResources" />

I replaced it with :

<message-resources
      factory="net.sf.reloadable.resource.messageresources.ReloadablePropertyMessageResourceFactory"
      parameter="com.paraschool.control.ControlResources,10000"
      null="false" />

then I imported the dbMessageResources.jar file in the WEB-INF/lib dir and of course redeploy my application.

But all I got were pages with ???general.name???  or ???general.surname??? instead of the values of the general.name and general.surname keys in the com.paraschool.control.ControlResources properties file...

Could someone tell me what I do wrong ?

thank you