RE: Struts2 and JavaScript localization

2008-04-01 Thread Filippov, Andrey
Thanx a lot! It works.. -Original Message- From: Chris Pratt [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 01, 2008 8:04 PM To: Struts Users Mailing List Subject: Re: Struts2 and JavaScript localization You'd have to put that expression in a tag that can process it. Try something

Re: Struts2 and JavaScript localization

2008-04-01 Thread Chris Pratt
You'd have to put that expression in a tag that can process it. Try something like: wds : new Array('',"tue","wen","thu","fri","sat","sun"), (*Chris*) On Tue, Apr 1, 2008 at 6:40 AM, Filippov, Andrey <[EMAIL PROTECTED]> wrote: > Hello everybody, > > > > > > I have a javascript dropdown c

Struts2 and JavaScript localization

2008-04-01 Thread Filippov, Andrey
Hello everybody, I have a javascript dropdown calendar on one of my struts2 jsp. I have bi-lingual application. So I need to read bundle files to switch language. Please, does someone know how to use these files in javascript. Here is my js snippet: