Still, mnemonics are non-standard for web applications, no? This doesn't seem right.

Glen

Niall Pemberton escribió:
The short and not v.helpful response is you can't submit <html:form> - its
just a JSP tag that renders a HTML <form> element and has nothing to do with
the submit process.

Some of the Struts tags have the "accesskey" attribute which defines a key
that can be used with the accelerator key (usually ALT) to invoke a form
control. So if you use the struts submit tag you could do something like...

  <html:submit accesskey="S"/>

Niall

----- Original Message ----- From: "Sergey Livanov" <[EMAIL PROTECTED]>
Sent: Monday, July 18, 2005 8:36 PM



How can I submit html:form by pressing CTRL+S ?




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




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

Reply via email to