RE: Multiple resources - how to configure

2002-05-22 Thread Galbreath, Mark

All I did to use multiple resource files was define them in struts-config:





And identified them in the jsp by specifying the bundle:



Mark

-Original Message-
From: Tero P Paananen [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, May 22, 2002 10:59 AM
To: Struts Users Mailing List
Subject: RE: Multiple resources - how to configure


> I want to use multiple resource files  in my web application 
> but cannot find a way how to configure this.

To do something like this you could extend the
org.apache.struts.util.MessageResources and
org.apache.struts.util.MessageResourcesFactory classes
and implement the functionality to read message resources
from multiple properties files.

-TPP

--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




RE: Multiple resources - how to configure

2002-05-22 Thread Tero P Paananen

> I want to use multiple resource files  in my web application 
> but cannot find a way how to configure this.

To do something like this you could extend the
org.apache.struts.util.MessageResources and
org.apache.struts.util.MessageResourcesFactory classes
and implement the functionality to read message resources
from multiple properties files.

-TPP

--
To unsubscribe, e-mail:   
For additional commands, e-mail: