Did you make sure the command links have unique component ids? Its hard to help your problem without a code snippet, but We generate commandLinks in our application that use actionListeners without any problems.
> -------Original Message------- > From: John Holland <[EMAIL PROTECTED]> > Subject: Dynamically generated command links > Sent: 21 Sep '06 22:07 > > Im having a problem with some commandLinks that I am dynamically > generating with a backing bean binding. It seems that whenever they are > generated the action / actionListener associated with them are not invoked > when clicked. Is there something besides instantiating the > HtmlCommandLinks and setting the attributes that I need to do to get the > actions / actionListeners to work? > > > Thanks, > > John

