--- 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 it works... 

You're setting a form value and nothing will happen
until you submit it. If you want the labels to
dynamically change on language selection you'd need to
do something Ajaxy.

As Ted suggested you may want to break the problem
down in to... more easily manageable steps. For
instance, allow the user to select their language via
a normal form submit *then* show the login form.

Dave



 
____________________________________________________________________________________
Never miss an email again!
Yahoo! Toolbar alerts you the instant new Mail arrives.
http://tools.search.yahoo.com/toolbar/features/mail/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to