Unfortunately, not!
I really have the enter key mapped to Cancel button, I can see at the load of the HTML page where the Cancel button is circled compared to the SignIn button!
Strange behavior, but I am sure there is a way to define this focus button.
From: Thomas Meier <[EMAIL PROTECTED]> Reply-To: "Tapestry users" <[email protected]> To: Tapestry users <[email protected]> Subject: Re: button mapped to the "enter" key Date: Sun, 24 Apr 2005 12:23:26 +0100
Not sure but I think if you press enter in an HTML form the form action listener will be called as opposed to the individual button action listeners (correct me if I'm wrong). So just try to define the 'listener' parameter in you @Form element
-Tom
--------------------------------------------------------------------- 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]
