That's odd. Keep looking because its got to be something easy. Your example is simple and you have it working with commandButton.
I'm pretty sure there is not a problem with commandLink (I have used it some without a problem.) But we better make sure there is no bug! sean On Thu, 3 Feb 2005 19:26:42 +0100, Michael Wiedmann <[EMAIL PROTECTED]> wrote: > * 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 >

