Re: Separating settings from texts in Ressources

2003-01-21 Thread Attila Szegedi
;" <[EMAIL PROTECTED]> Sent: 2003. január 21. 10:32 Subject: RE: Separating settings from texts in Ressources > Hi, > > > > I'm using a properties file in which there are some settings (name > of > > > database, ...) and also a lot of text to show in the JS

RE: Separating settings from texts in Ressources

2003-01-21 Thread Mouratidis, Georg
Im using the following approach in my struts-config.xml Because you can have only _ONE_ default Resources-bundle you have to use the key attribute for all the other bundles. e.g. key="ASSISTENT_RESOURCE_KEY" in my example. in your .JSP you have to use the bundle at

RE: Separating settings from texts in Ressources

2003-01-21 Thread Thorsten Schäfer
Hi, > > I'm using a properties file in which there are some settings (name of > > database, ...) and also a lot of text to show in the JSPs. If I want to > > i18n my application, I've to translate these text. Is there a way to > > separate the settings from the text? > > This function is pretty m

Re: Separating settings from texts in Ressources

2003-01-20 Thread Craig R. McClanahan
On Mon, 20 Jan 2003, Thorsten Schäfer wrote: > Date: Mon, 20 Jan 2003 17:37:55 +0100 > From: Thorsten Schäfer <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > To: 'Struts Users Mailing List' <[EMAIL PROTECTED]> >

Separating settings from texts in Ressources

2003-01-20 Thread Thorsten Schäfer
Hi, I'm using a properties file in which there are some settings (name of database, ...) and also a lot of text to show in the JSPs. If I want to i18n my application, I've to translate these text. Is there a way to separate the settings from the text? TIA, Thorsten -- To unsubscribe, e-mail: