Re: Re : Re : Re : Re : Struts2 + I18N

2009-08-17 Thread Zoran Avtarovski
At the moment when we use execandwait we¹re finding that that the production thread doesn¹t even start until after the delay period is over. For example I did a simple test with the following configuration: 2000 50

Re : Re : Re : Struts2 + I18N

2009-08-17 Thread Julien HENRY
: Re: Re : Re : Struts2 + I18N Another thing you can do is create an "essentially" empty default_en.properties file. When 'en' is requested it will find the default_en.properties file and stop looking. When it goes to retrieving values it will look in the default_en.proper

Re: Re : Re : Struts2 + I18N

2009-08-17 Thread Greg Lindholm
27;t want to use the JDK 1.6 feature > ResourceBundle.Control. > > > Regards, > > Julien > > > > > > De : "mailtolouis2020-str...@yahoo.com" > À : Struts Users Mailing List > Envoyé le : Vendredi, 14 Août 2009, 18h1

Re: Re : Re : Re : Re : Struts2 + I18N

2009-08-16 Thread Dale Newfield
Zoran Avtarovski wrote: For what it¹s worth, the I18n and the execandwait areas are the two areas I find that S2 falls down the most. Do you have any specific suggestions for how execandwait should work? -Dale - To unsubscrib

Re : Re : Re : Re : Re : Struts2 + I18N

2009-08-16 Thread Julien HENRY
ulien HENRY Envoyé le : Dimanche, 16 Août 2009, 12h33mn 25s Objet : Re: Re : Re : Re : Re : Struts2 + I18N Hi Julien, I¹m not sure of it¹s too late for you, but what we did was cheat and added a simple interceptor to the stack which set the default struts locale to whatever you need. It was tr

Re: Re : Re : Re : Re : Struts2 + I18N

2009-08-16 Thread Zoran Avtarovski
Hi Julien, I¹m not sure of it¹s too late for you, but what we did was cheat and added a simple interceptor to the stack which set the default struts locale to whatever you need. It was trivial piece of code and then everything worked as expected. For what it¹s worth, the I18n and the execandwait

RE: Re : Re : Re : Re : Struts2 + I18N

2009-08-14 Thread Martin Gainty
nformation seulement et n'aura pas n'importe quel effet légalement obligatoire. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. > Date: Fri, 14 Aug 2009 16:37:40 -0700 > Subj

Re: Re : Re : Re : Re : Struts2 + I18N

2009-08-14 Thread Musachy Barroso
On Fri, Aug 14, 2009 at 4:31 PM, Martin Gainty wrote: > sounds expensive..will they take cc? What in Apollo's holy name are you talking about? musachy -- "Hey you! Would you help me to carry the stone?" Pink Floyd - To unsubscr

RE: Re : Re : Re : Re : Struts2 + I18N

2009-08-14 Thread Martin Gainty
seulement et n'aura pas n'importe quel effet légalement obligatoire. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. > Date: Fri, 14 Aug 2009 15:58:05 -0700 > Subject: Re: Re :

Re: Re : Re : Re : Re : Struts2 + I18N

2009-08-14 Thread Musachy Barroso
docs/faqs.html > > > > > > > De : Musachy Barroso > À : Struts Users Mailing List > Envoyé le : Samedi, 15 Août 2009, 0h39mn 27s > Objet : Re: Re : Re : Re : Struts2 + I18N > > This would make a good FAQ if it is not there already. >

Re : Re : Re : Re : Struts2 + I18N

2009-08-14 Thread Julien HENRY
I tried to edit the FAQ but I'm not allowed to do so. http://struts.apache.org/2.x/docs/faqs.html De : Musachy Barroso À : Struts Users Mailing List Envoyé le : Samedi, 15 Août 2009, 0h39mn 27s Objet : Re: Re : Re : Re : Struts2 + I18N This would m

Re: Re : Re : Re : Struts2 + I18N

2009-08-14 Thread Musachy Barroso
sers Mailing List > Envoyé le : Samedi, 15 Août 2009, 0h13mn 19s > Objet : Re: Re : Re : Struts2 + I18N > > One trick I've used in the past is to put an empty (usually containing a > comment saying to look in default.properties) default_en.properties file in > the application.

Re : Re : Re : Struts2 + I18N

2009-08-14 Thread Julien HENRY
Very, very hackish... but I like it ;) Thanks for this very good trick. De : Chris Pratt À : Struts Users Mailing List Envoyé le : Samedi, 15 Août 2009, 0h13mn 19s Objet : Re: Re : Re : Struts2 + I18N One trick I've used in the past is to put an

Re: Struts2 + I18N

2009-08-14 Thread Dale Newfield
Chris Pratt wrote: One trick I've used in the past is to put an empty (usually containing a comment saying to look in default.properties) default_en.properties file in the application. Since all entries roll up to the default.properties anyway, if the bundle loader finds the empty file, he gets

Re: Re : Re : Struts2 + I18N

2009-08-14 Thread Chris Pratt
m" < > mailtolouis2020-str...@yahoo.com> > > À : Struts Users Mailing List > > Envoyé le : Vendredi, 14 Août 2009, 18h12mn 52s > > Objet : Re: Re : Struts2 + I18N > > > > Not long ago, someone also got similar problem: > > > > >

Re: Re : Re : Struts2 + I18N

2009-08-14 Thread Musachy Barroso
3146 > > It seems that JSF implements its own lookup algorithm. IMHO this is the only > solution if you don't want to use the JDK 1.6 feature ResourceBundle.Control. > > > Regards, > > Julien > > > > > > De : "mailtolouis2020-st

Re : Re : Struts2 + I18N

2009-08-14 Thread Julien HENRY
egards, Julien De : "mailtolouis2020-str...@yahoo.com" À : Struts Users Mailing List Envoyé le : Vendredi, 14 Août 2009, 18h12mn 52s Objet : Re: Re : Struts2 + I18N Not long ago, someone also got similar problem: http://markmail.org/message/mozukqgr

Re: Re : Struts2 + I18N

2009-08-14 Thread mailtolouis2020-struts
: Struts2 + I18N Hi, AFAIK this is the same as adding in struts.xml. BTW I tried your suggestion without much improvement. I even tried to rename default.properties in default_en.properties => still no english. De : BALAJI CRB À : Struts Users Mail

Re : Struts2 + I18N

2009-08-14 Thread Julien HENRY
le : Vendredi, 14 Août 2009, 17h47mn 37s Objet : RE: Struts2 + I18N Hi, Use struts.locale=en in your struts.properties file. Hope this works. Regards, Balaji C R B -Original Message- From: Julien HENRY [mailto:henr...@yahoo.fr] Sent: Friday, August 14, 2009 9:11 PM To: u

RE: Struts2 + I18N

2009-08-14 Thread BALAJI CRB
Hi, Use struts.locale=en in your struts.properties file. Hope this works. Regards, Balaji C R B -Original Message- From: Julien HENRY [mailto:henr...@yahoo.fr] Sent: Friday, August 14, 2009 9:11 PM To: user@struts.apache.org Subject: Struts2 + I18N Hi, In my Struts2

Struts2 + I18N

2009-08-14 Thread Julien HENRY
Hi, In my Struts2 application I have the following language files: default_de.properties default_fr.properties default.properties (contains EN) When I start my application, the application is in French (probably because JVM default locale is french). Then I tried to change language by appending

Re: Struts2 I18N Validation

2009-08-05 Thread EmiliyD
p > -- View this message in context: http://www.nabble.com/Struts2-I18N-Validation-tp24831048p24831789.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: user-unsubscr...@struts.ap

Re: Struts2 I18N Validation

2009-08-05 Thread Greg Lindholm
eptor, but I can not figure it out > Thank you for your help > -- > View this message in context: > http://www.nabble.com/Struts2-I18N-Validation-tp24831048p24831048.html > Sent from the Struts - User mailing list archive at Nabble.com. > > > --

Struts2 I18N Validation

2009-08-05 Thread EmiliyD
out Thank you for your help -- View this message in context: http://www.nabble.com/Struts2-I18N-Validation-tp24831048p24831048.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail

struts2 & i18n...

2007-11-22 Thread Filippov, Andrey
Hi everybody! I am developing WEBApp now and there is a problem... Well actually - 2 problems... My application should be bilingual. So I have 2 bundle files - locale_ru_Ru.properties and locale_en_Us.properties. As I understand struts2 tag automatically detect the user locale setting and c