* Sean Schofield <[EMAIL PROTECTED]> wrote [050203 12:44]: > Do you have javascript enabled? Its a little known fact that > commandLink requires javascript to work (in both RI and MyFaces). The > JSF implementation uses a hidden input to post the id of the > commandLink so it can be determined later which link was clicked (and > thus have the correct component fire the action event.)
- JavaScript is enabled (I use it sucessfully at other places in the application, e.g. for popping up a window for the contetx sensitive online help system). But I will check the generated JavaScript code. - the Bean is properly configured (the same bean works using <h:commandButton>!) Michael -- [EMAIL PROTECTED] http://www.miwie.org

