Re: Internationalization question.

2002-09-12 Thread Cristian Cardenas

I found that the TilesRequestProcessor doesn't process the Client's Locale
(doesn't load the Locale in the session).
I'm using tiles, can I use the default request processor (RequestProcessor)?
Or may be I have to extends TilesRequestProcessor  to process Client's
Locale?

Thanks a lot.
Cristian.

- Original Message -
From: "Cristian Cardenas" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Thursday, September 12, 2002 10:10 AM
Subject: Re: Internationalization question.


> No, I have
>   locale="true" />
> in the Struts-config.xml.
>
> Any idea?
>
> Cristian
>
>
> - Original Message -
> From: "John Yu" <[EMAIL PROTECTED]>
> To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
> Sent: Wednesday, September 11, 2002 10:21 PM
> Subject: Re: Internationalization question.
>
>
> > Do you have  in the struts-config.xml?
> >
> > At 07:25 am 12-09-2002, you wrote:
> > >Hi all,
> > >I'm using Struts 1.1b2 and Weblogic 6.1 SP 1.
> > >I was testing internationalization and I found that the server always
> used
> > >the default ApplicationResource. Then I checked the value of
> > >Action.LOCALE_KEY and I realized that It was null.
> > >So I tested a page that load the client's locale in a session object
with
> > >the key specified in Action.LOCALE_KEY and all worked well.
> > >
> > >My question is: It's necessary to do what I did or, by default Struts
> > >should load the Client's locale in the Session.
> > >
> > >Thanks a lot.
> > >Cristian.
> >
> > --
> > John Yu   Scioworks Technologies
> > e: [EMAIL PROTECTED] w: +(65) 873 5989
> > w: http://www.scioworks.com   m: +(65) 9782 9610
> >
> > Scioworks Camino - "Don't develop Struts Apps without it!"
> > Copyright (c) 2002 John Yu/Scioworks Technologies. All rights reserved.
> >
> >
> > --
> > 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]>
>


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




Re: Internationalization question.

2002-09-12 Thread Cristian Cardenas

No, I have
 
in the Struts-config.xml.

Any idea?

Cristian


- Original Message -
From: "John Yu" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Wednesday, September 11, 2002 10:21 PM
Subject: Re: Internationalization question.


> Do you have  in the struts-config.xml?
>
> At 07:25 am 12-09-2002, you wrote:
> >Hi all,
> >I'm using Struts 1.1b2 and Weblogic 6.1 SP 1.
> >I was testing internationalization and I found that the server always
used
> >the default ApplicationResource. Then I checked the value of
> >Action.LOCALE_KEY and I realized that It was null.
> >So I tested a page that load the client's locale in a session object with
> >the key specified in Action.LOCALE_KEY and all worked well.
> >
> >My question is: It's necessary to do what I did or, by default Struts
> >should load the Client's locale in the Session.
> >
> >Thanks a lot.
> >Cristian.
>
> --
> John Yu   Scioworks Technologies
> e: [EMAIL PROTECTED] w: +(65) 873 5989
> w: http://www.scioworks.com   m: +(65) 9782 9610
>
> Scioworks Camino - "Don't develop Struts Apps without it!"
> Copyright (c) 2002 John Yu/Scioworks Technologies. All rights reserved.
>
>
> --
> 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: Internationalization question.

2002-09-11 Thread John Yu

Do you have  in the struts-config.xml?

At 07:25 am 12-09-2002, you wrote:
>Hi all,
>I'm using Struts 1.1b2 and Weblogic 6.1 SP 1.
>I was testing internationalization and I found that the server always used 
>the default ApplicationResource. Then I checked the value of 
>Action.LOCALE_KEY and I realized that It was null.
>So I tested a page that load the client's locale in a session object with 
>the key specified in Action.LOCALE_KEY and all worked well.
>
>My question is: It's necessary to do what I did or, by default Struts 
>should load the Client's locale in the Session.
>
>Thanks a lot.
>Cristian.

-- 
John Yu   Scioworks Technologies
e: [EMAIL PROTECTED] w: +(65) 873 5989
w: http://www.scioworks.com   m: +(65) 9782 9610

Scioworks Camino - "Don't develop Struts Apps without it!"
Copyright (c) 2002 John Yu/Scioworks Technologies. All rights reserved.


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




Internationalization question.

2002-09-11 Thread Cristian Cardenas

Hi all,
I'm using Struts 1.1b2 and Weblogic 6.1 SP 1.
I was testing internationalization and I found that the server always used the default 
ApplicationResource. Then I checked the value of Action.LOCALE_KEY and I realized that 
It was null.
So I tested a page that load the client's locale in a session object with the key 
specified in Action.LOCALE_KEY and all worked well.

My question is: It's necessary to do what I did or, by default Struts should load the 
Client's locale in the Session.

Thanks a lot.
Cristian.