Set submit button on page with multiple buttons
I have got the problem that my JSF page has multiple commandButtons on one page.
Depending on what the user does I want a certain button to the pressed when the user clicks enter on the keyboard, e.g. if the user is just editing the password field and presses enter I would like the login button to execute the submit.
Is that possible? Any help would be much appreciated.
Steffen

