View Single Post
  #3 (permalink)  
Old 07-03-2007, 10:47 PM
Ed Ed is offline
Senior Member
 
Join Date: Jun 2007
Posts: 110
Ed is on a distinguished road
Hi,

Just insert following line to your Struts-config.xml
<message-resources parameter="resources.application"/>

As you can guess, it says that the properties are defined inside /WEB-INF/resources/application.properties file.
Reply With Quote