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
<s:form action="Login">
    <s:combobox  name="language" list="{'English','French','Italian'}"
   value="English" ></s:combobox>
  <s:textfield label="%{getText('loginlang.loginid')}" name="username"/>
  
  <s:password label="%{getText('loginlang.password')}" name="password" />
  
  <ul>
    <li>
            
  <s:submit/><s:reset/>
</s:form>

<s:url id="en" action="Login">
            <s:param name="request_locale" >en</s:param>
        <s:property value="getText('loginlang.language')"/>
        <s:property value="getText('longinlang.loginid')"/> 
        <s:property value="getText('longinlang.password')"/>
        </s:url>
               
        
        </li>
        <li>
        <s:url id="fr" action="Login">
            <s:param name="request_locale">fr</s:param>
                 <s:property value="getText('loginlang.language')"/>
        <s:property value="getText('longinlang.loginid')"/> 
        <s:property value="getText('longinlang.password')"/>
        </s:url>
        
                
        </li>
    <li>
              <s:url id="it"action="Login">
        <s:param name="request_locale">it</s:param>
        <s:property value="getText('loginlang.language')"/>
        <s:property value="getText('longinlang.loginid')"/> 
        <s:property value="getText('longinlang.password')"/>
           
            </s:url>
            
        </li>
          
  
</ul>


 
---------------------------------
Don't be flakey. Get Yahoo! Mail for Mobile and 
always stay connected to friends.

Reply via email to