Re: Struts, JSTL and ResourceBundle

2004-12-16 Thread Dakota Jack
> Nico. > > > > > > > > > -Original Message- > > > From: Derek Broughton [mailto:[EMAIL PROTECTED] > > > Sent: Wednesday, December 15, 2004 12:09 PM > > > To: Struts Users Mailing List > > > Subject: Re: Struts, JSTL a

Re: Struts, JSTL and ResourceBundle

2004-12-16 Thread Nicolas De Loof
; > Sent: Wednesday, December 15, 2004 12:09 PM > > To: Struts Users Mailing List > > Subject: Re: Struts, JSTL and ResourceBundle > > > > > > On Wednesday 15 December 2004 14:07, Jim Barrows wrote: > > > > From: Nicolas De Loof [mailto:[EMAIL PROTECTED

RE: Struts, JSTL and ResourceBundle

2004-12-15 Thread Jim Barrows
> -Original Message- > From: Derek Broughton [mailto:[EMAIL PROTECTED] > Sent: Wednesday, December 15, 2004 12:09 PM > To: Struts Users Mailing List > Subject: Re: Struts, JSTL and ResourceBundle > > > On Wednesday 15 December 2004 14:07, Jim Barrows wrote: >

Re: Struts, JSTL and ResourceBundle

2004-12-15 Thread Derek Broughton
On Wednesday 15 December 2004 14:07, Jim Barrows wrote: > > From: Nicolas De Loof [mailto:[EMAIL PROTECTED] > > My customer would like to be able to change i18n messages > > easily (without requirement to redeploy webapp or edit files > > in context/WEB-INF/classes/...) > > > The solution isn't to

RE: Struts, JSTL and ResourceBundle

2004-12-15 Thread Jim Barrows
> -Original Message- > From: Nicolas De Loof [mailto:[EMAIL PROTECTED] > Sent: Wednesday, December 15, 2004 3:16 AM > To: Struts Users Mailing List > Subject: Struts, JSTL and ResourceBundle > > > > Hello, > > My customer would like to be able

Struts, JSTL and ResourceBundle

2004-12-15 Thread Nicolas De Loof
Hello, My customer would like to be able to change i18n messages easily (without requirement to redeploy webapp or edit files in context/WEB-INF/classes/...) We suggested to put messages in database, and use a custom Struts messageResource impl to retrieve them, according to http://wiki.apache