I think this is a matter of how the input is rendered (hence HTML).

Could you paste the generated html output (you can use the Apache
Paste Bucket [1]) ?


[1] http://apaste.info/

Twitter     :http://www.twitter.com/m_cucchiara
G+          :https://plus.google.com/107903711540963855921
Linkedin    :http://www.linkedin.com/in/mauriziocucchiara
VisualizeMe: http://vizualize.me/maurizio.cucchiara?r=maurizio.cucchiara

Maurizio Cucchiara


On 5 June 2013 18:51, Omar Ngarigari <ngarigar...@yahoo.com> wrote:
>
> 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>

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to