Correct localisation in ActionForms

2003-11-25 Thread Honza Spurný
Hi ther, since I know how to use MessageResources in normal JAVA classes (thanks to all for helping) I need know one more thing... How to use localisation? When I use method getMessage(String) of MessageResources class, I always get only US output: I have defined two MessageResources (only MR

RE: Localisation

2003-03-06 Thread Micael
.length(); return (new ActionForward( urlInput.substring(index), true)); -Original Message- > From: James [mailto:[EMAIL PROTECTED] > Sent: 05 March 2003 20:28 > To: [EMAIL PROTECTED] > Subject: Re: Localisation > > i'm not sure at the moment our current ' work ar

RE: Localisation

2003-03-06 Thread Micael
Chinese? At 08:02 PM 3/5/03 +0800, you wrote: So... if they click on say , the flag for Belgium, what language will they get? -Original Message- From: James [mailto:[EMAIL PROTECTED] Sent: Thursday, 6 March 2003 03:12 To: [EMAIL PROTECTED] Subject: Localisation I have a LocaleActionClass

Re: Localisation

2003-03-06 Thread Micael
tina > - Original Message - > From: "James" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Wednesday, March 05, 2003 8:11 PM > Subject: Localisation > > > > I have a LocaleActionClass that sets the locale according to which wee >

Re: Localisation

2003-03-06 Thread Micael
Just put the locale and other choices in the same form. At 12:45 PM 3/5/03 +0100, you wrote: - Original Message - From: "James" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, March 05, 2003 8:38 PM Subject: Re: Localisation > ok simon.. thanks &g

RE: Localisation

2003-03-05 Thread Rabih Yazbeck
quest.getContextPath().length(); return (new ActionForward( urlInput.substring(index), true)); -Original Message- > From: James [mailto:[EMAIL PROTECTED] > Sent: 05 March 2003 20:28 > To: [EMAIL PROTECTED] > Subject: Re: Localisation > > i'm not sure at the mo

Re: Localisation

2003-03-05 Thread Micael
e are some examples of this in Programming Jakata Strus and a few on the web. Cheers Simon - Original Message - From: "James" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, March 05, 2003 8:11 PM Subject: Localisation > I have a LocaleActionClass tha

Re: Localisation

2003-03-05 Thread Ivan N. Zhidov
ghout your app that is not related to a particular form but is universal, this is the case for it. Cheers, Ivan - Original Message - From: "Micael" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Wednesday, March 05, 2003 10:53 A

Re: Localisation

2003-03-05 Thread Micael
Don't know about other people, James, but you don't give me enough information. Why you would care what page they changed locale on is a mystery. But, I assume somehow that the flags are built into your layout, so they can change locale on any page or many pages. Why you would wnat to "speci

Re: Localisation

2003-03-05 Thread Ivan N. Zhidov
t;[EMAIL PROTECTED]> Sent: Wednesday, March 05, 2003 4:15 PM Subject: Re: Localisation > Ivan.. > > that is exactly what im looking for... cheers fella.. > > my only quetion is if the view is a data entry screen, and they have entered > data.. when the view is returned to t

Re: Localisation

2003-03-05 Thread James
nish.jpg" border=0> > > locale form has two parameters: view and language. Since I use global > forwards instead of real view names, my user never sees them. > > Cheers, > Ivan > - Original Message - > From: "James" <[EMAIL PROTECTED]> > To: &l

Re: Localisation

2003-03-05 Thread Ivan N. Zhidov
; Sent: Wednesday, March 05, 2003 2:11 PM Subject: Localisation > I have a LocaleActionClass that sets the locale according to which wee flag > the user clicks, my question is how in the struts-config.xml do i specify it > to forward to the page they changed locale on

Re: Localisation

2003-03-05 Thread James
what is exactly the solution you are going to follow? > > > Cheers > > > > Simon > > Thank you in advance > Konstantina > > > > ----- Original Message - > > From: "James" <[EMAIL PROTECTED]> > > To: <[EMAIL PROTECTED]> > &

Re: Localisation

2003-03-05 Thread James
mailto:[EMAIL PROTECTED] > Sent: Thursday, 6 March 2003 03:12 > To: [EMAIL PROTECTED] > Subject: Localisation > > > I have a LocaleActionClass that sets the locale according to which wee flag > the user clicks, my question is how in the struts-config.xml do i specify it > t

RE: Localisation

2003-03-05 Thread Andrew Hill
So... if they click on say , the flag for Belgium, what language will they get? -Original Message- From: James [mailto:[EMAIL PROTECTED] Sent: Thursday, 6 March 2003 03:12 To: [EMAIL PROTECTED] Subject: Localisation I have a LocaleActionClass that sets the locale according to which wee

Re: Localisation

2003-03-05 Thread Konstantina Stamopoulou
; To: <[EMAIL PROTECTED]> > Sent: Wednesday, March 05, 2003 8:11 PM > Subject: Localisation > > > > I have a LocaleActionClass that sets the locale according to which wee > flag > > the user clicks, my question is how in the struts-config.xml do i spe

Re: Localisation

2003-03-05 Thread Simon Kelly
- Original Message - From: "James" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, March 05, 2003 8:38 PM Subject: Re: Localisation > ok simon.. thanks > > one more question, what happens to text entry fields tat havent been > submited if t

Re: Localisation

2003-03-05 Thread James
Strus and a few on the web. > > Cheers > > Simon > > - Original Message - > From: "James" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Wednesday, March 05, 2003 8:11 PM > Subject: Localisation > > > > I have a LocaleAction

Re: Localisation

2003-03-05 Thread Simon Kelly
s" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, March 05, 2003 8:11 PM Subject: Localisation > I have a LocaleActionClass that sets the locale according to which wee flag > the user clicks, my question is how in the struts-config.xml do i specify it >

Localisation

2003-03-05 Thread James
I have a LocaleActionClass that sets the locale according to which wee flag the user clicks, my question is how in the struts-config.xml do i specify it to forward to the page they changed locale on (i.e their original page). James -

Re: Localisation

2001-02-12 Thread Craig R. McClanahan
Sebastien Cesbron wrote: > I have a simple question about localisation : > > If there is multiple users using the same localisation parameters : do > they share a common ResourceBundle instance or do they have their own > one. > It seems to me that each user has his own Resou

Localisation

2001-02-12 Thread Sebastien Cesbron
I have a simple question about localisation : If there is multiple users using the same localisation parameters : do they share a common ResourceBundle instance or do they have their own one. It seems to me that each user has his own ResourceBundle instance but does that affect the performance