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
ing List Envoyé 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

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 applicat

Re: Struts2 I18N Validation

2009-08-05 Thread EmiliyD
In my webProject, its not possible to set the locale by the browser. This is special, I know. If anybody finds a solution to my validationproblem, please tell me. EmiliyD wrote: > > Hi, > I am trying to develop a localized validation for my struts2 project. > Dynamically the locale-specific va

Re: Struts2 I18N Validation

2009-08-05 Thread Greg Lindholm
Out of curiosity, what validations are different based on the users country setting? Of course the user can change the country/language/locale setting in there browser so you can not rely on it being accurate. On Wed, Aug 5, 2009 at 11:40 AM, EmiliyD wrote: > > Hi, > I am trying to develop a lo