Re: Problem with internationalisation of Struts2

2014-08-25 Thread Lukasz Lenart
2014-08-24 20:20 GMT+02:00 Amine BADID amineba...@yahoo.fr: The class org.apache.struts2.util.TextProviderHelper does not give the good message. And it does not see the french file if there is only one mistake on one line !!! That's how Java ResourceBundle is working, it has nothing to do

Re: Problem with internationalisation of Struts2

2014-08-24 Thread Lukasz Lenart
2014-08-23 18:05 GMT+02:00 Amine BADID amineba...@yahoo.fr: Hi All. I have a procblem with Struts2 about Internationation exactly. Here is the error message : - 2014-08-23 17:55:39,643 WARN [org.apache.struts2.util.TextProviderHelper] - The default value expression 'Menu.logout' was

Re: Problem with internationalisation of Struts2

2014-08-24 Thread Amine BADID
Hi Lukasz. Thank you. I've found the problem. It was about an accentuated word. I've forget to add a number to the unicode word like '\u00e9'. The class TextProviderHelper do not give the good message ! Because it lacks only a letter in the document global_fr.properties, TextProviderHelper do

Re: Problem with internationalisation of Struts2

2014-08-24 Thread Lukasz Lenart
2014-08-24 13:42 GMT+02:00 Amine BADID amineba...@yahoo.fr: Hi Lukasz. Thank you. I've found the problem. It was about an accentuated word. I've forget to add a number to the unicode word like '\u00e9'. The class TextProviderHelper do not give the good message ! Because it lacks only a

Re: Problem with internationalisation of Struts2

2014-08-24 Thread Dave Newton
Tell us how you really feel. On Aug 24, 2014 1:04 PM, Lukasz Lenart lukaszlen...@apache.org wrote: 2014-08-24 13:42 GMT+02:00 Amine BADID amineba...@yahoo.fr: Hi Lukasz. Thank you. I've found the problem. It was about an accentuated word. I've forget to add a number to the unicode word

Re: Problem with internationalisation of Struts2

2014-08-24 Thread Amine BADID
Hi Dave. I use two files for internationalisation and I use Struts2. First I've no problem but after I've added just a line in the french file global_fr.properties, I can not display any value because this line contains a mistake which I've explained in the previous message : I've found the

Re: Problem with internationalisation of Struts2

2014-08-24 Thread Lukasz Lenart
2014-08-24 19:58 GMT+02:00 Dave Newton davelnew...@gmail.com: Tell us how you really feel. It was poor way of educating via sarcasm but I assume it won't work either :| Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/

Problem with internationalisation of Struts2

2014-08-23 Thread Amine BADID
Hi All. I have a procblem with Struts2 about Internationation exactly. Here is the error message : - 2014-08-23 17:55:39,643 WARN [org.apache.struts2.util.TextProviderHelper] - The default value expression 'Menu.logout' was evaluated and did not match a property.  The literal value 'Menu.logout'