Re: Wanna Solution on Internationalization!!!!

2007-02-08 Thread Dave Newton
--- manoj sinha <[EMAIL PROTECTED]> wrote: > Sorry its not resolved. Can it be possible by using > some Struts2 Tag. Suggestion and Solutions are > appreciated... I thought I gave you reasonable solution, and it's an easier one than dynamically changing the labels via Ajax, which I don't really w

Re: Wanna Solution on Internationalization!!!!

2007-02-08 Thread manoj sinha
Sorry its not resolved..Can it be possible by using some Struts2 Tag. Suggestion and Solutions are appreciated... Dave Newton <[EMAIL PROTECTED]> wrote: --- manoj sinha wrote: > Oh Yes!! Label should reflect changes as per > Language Selection > > > list="{'English','French','Italian'}"

Re: Wanna Solution on Internationalization!!!!

2007-02-08 Thread Dave Newton
--- manoj sinha <[EMAIL PROTECTED]> wrote: > Oh Yes!! Label should reflect changes as per > Language Selection > > > list="{'English','French','Italian'}" > >value="English" > > > > > label="%{getText('loginlang.loginid')}" > > name="username"/> > > [...] Ah. Hmm. That's not really how

Re: Wanna Solution on Internationalization!!!!

2007-02-08 Thread manoj sinha
Ted, Appreciate your suggestion. But on selection of language Options,It is not reflecting in Label fields.Obliged to receive early response.Refined Codes: en

Re: Wanna Solution on Internationalization!!!!

2007-02-07 Thread manoj sinha
Oh Yes!! Label should reflect changes as per Language Selection Dave Newton <[EMAIL PROTECTED]> wrote: --- manoj sinha wrote: > Expecting solution Aren't we all. > But as i Select Language it doesn't reflect in Form > Field.Pls Suggest ASAP > > > list="{'English','French','Italian'}

Re: Wanna Solution on Internationalization!!!!

2007-02-07 Thread Ted Husted
The code here appears to be trying to store the new settings for the client as they are being changed. Of course, that's a good idea, but it also might be confusing the markup. First, I'd try simplifying the page so that it just changes the locale, as we do here * http://struts.apache.org/2.x/do

Re: Wanna Solution on Internationalization!!!!

2007-02-07 Thread Dave Newton
--- manoj sinha <[EMAIL PROTECTED]> wrote: > Expecting solution Aren't we all. > But as i Select Language it doesn't reflect in Form > Field.Pls Suggest ASAP > > list="{'English','French','Italian'}" >value="English" > >label="%{getText('loginlang.loginid')}" > name="username"/> >

Wanna Solution on Internationalization!!!!

2007-02-07 Thread manoj sinha
Hi, Expecting solution:i m writing Login Form with Internationlization support.But as i Select Language it doesn't reflect in Form Field.Pls Suggest ASAP en