Re: multiple ApplicationResources.properties

2005-12-21 Thread Andrew.du
If you don'd use i18n ,you should only have one. -- [EMAIL PROTECTED]

RE: multiple ApplicationResources.properties

2005-12-20 Thread Murugesan, Kathiresan \(Cognizant\)
--- Begin Message --- Hi, You can use multiple application resources by putting an entry into the struts-config.xml file. You need to use the different keys to refer the specific bundle in your JSP. Regards Kathir. From: Deepa Khetan [mailto:[EMAIL PROT

RE: Multiple ApplicationResources.properties

2004-06-11 Thread Wang, Yuanbo
You can define multiple Message-resources in your struts-config.xml and To access MyWebAppResources, use Then to access MyWebAppResources2.properties, just use Thanks, Yuanbo -Original Message- From: Viral_Thakkar [mailto:[EMAIL PROTECTED] Sent: Friday, June 11, 2004 3:33 AM T

Re: Multiple ApplicationResources.properties

2004-06-11 Thread Niall Pemberton
You can in the struts-config. Take a look at Section "5.2.2 Message Resources Configuration" in the User Guide http://jakarta.apache.org/struts/userGuide/configuration.html Niall - Original Message - From: "satish ashok shukla" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: "Viral_Thak

Re: Multiple ApplicationResources.properties

2004-06-11 Thread Shailender Jain
You can specify in the TAG which ResourceBudle(key= bundle) tag should use. Default is ApplicationResources.properties satish ashok shukla wrote: > 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 > A