You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Viral_Thakkar <Vi...@infosys.com> on 2004/06/11 09:33:02 UTC

Multiple ApplicationResources.properties

Hi All,
 
Can we have multiple ApplicationResources.properties files for a
project? 
 
As of now I have a following entry in web.xml for an
ApplicationResources.properties file.
 
<init-param>
      <param-name>application</param-name>
      <param-value>ApplicationResources</param-value>
</init-param>
 
Thanks & Regards,
Viral