Hello,

I am not able to submit a form using "enter key" from the keyboard. The form is 
as follow:
<s:form action="trackAction" name="myForm" method="post" validate="true" 
enctype="multipart/form-data">

<table align="center" border="9" width="85%" cellpadding="6"
                cellspacing="0" >
                
                <TR>
                    <TD align="center" colspan="2" bgcolor='#eeeeee'><FONT
                        FACE="Helvetica" SIZE="large" COLOR="000066"><B><s:text 
name='title' /></B>
                    </FONT>
                    </TD>
                </TR>
                
                 <tr>                
                 <td align="left">
                 <s:textfield 
                 id="trackingId"
                 name="trackingId"
                 onchange="checkNumber(track)"  />
                 </td>          
                 </tr>
            
                 <tr>
                
                             <td ALIGN="CENTER" colspan="2" >
                             <s:submit id="submit" name="submit" value="NEXT" 
action="fikeAction" />  
                            
                  </tr>
            </table>
            
                <br/>
            
        </s:form>

Reply via email to