Hi, My problem include 2 know issues in the same time:
When a use hit the "Enter" key in a inputText, I want the form to submit. There are 2 different destinations where to redirect : - refresh the same page with an error message if input is not correct - redirect to an external link if input is OK My problem is: with an external link, I don't think a standard Action can bu used to redirect, so I can't simply add a Javascript to call onClick() on a commandButton (to simulate the Enter key submit) Anyone knows how to achieve this? Thanks in advance!

