Sharing resources among multiple Struts modules

2003-03-07 Thread Moyer, Alan L
Hi, I'm working on an application where there are muliple Struts modules. In each struts config file there is a message-resources element with parameter set to a property file containing resources for the module. However, there are a number of properties that are common to all the modules. Is

Re: Sharing resources among multiple Struts modules

2003-03-07 Thread Thomas CORNET
Don't worry, it's possible since struts 1.1 :) Two steps are needed : a) in your struts-config.xml file (default module), you can declare several ressources files message-resources parameter=default / message-resources parameter=buttons key=btn /