RE: REPOST: Internationalized messages for pure JavaScript client side validations

2006-12-10 Thread Tarek Nabil
, 2006 6:17 AM To: Struts Users Mailing List Subject: Re: REPOST: Internationalized messages for pure JavaScript client side validations Tarek, The Struts framework should be using the locale of the user. If you want to grab a certain language, have you set the locale first? Paul Chris Pratt wrote

Re: REPOST: Internationalized messages for pure JavaScript client side validations

2006-12-09 Thread Paul Benedict
message cooresponding to the error. (*Chris*) On 12/4/06, Tarek Nabil <[EMAIL PROTECTED]> wrote: -Original Message- From: Tarek Nabil Sent: Wednesday, November 29, 2006 10:17 AM To: Struts Users Mailing List Subject: Internationalized messages for pure JavaScript client side valid

Re: REPOST: Internationalized messages for pure JavaScript client side validations

2006-12-09 Thread Chris Pratt
vember 29, 2006 10:17 AM To: Struts Users Mailing List Subject: Internationalized messages for pure JavaScript client side validations Hi, I read the following in the documentation Errors are reported using the default validation message, not the internationalized version that the server-side mi

REPOST: Internationalized messages for pure JavaScript client side validations

2006-12-04 Thread Tarek Nabil
-Original Message- From: Tarek Nabil Sent: Wednesday, November 29, 2006 10:17 AM To: Struts Users Mailing List Subject: Internationalized messages for pure JavaScript client side validations Hi, I read the following in the documentation Errors are reported using the default

Internationalized messages for pure JavaScript client side validations

2006-11-28 Thread Tarek Nabil
Hi, I read the following in the documentation Errors are reported using the default validation message, not the internationalized version that the server-side might be aware of. This is a known issue. You may want to try the AJAX Client Side Validation for messages that are fully internationaliz