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.)
sean
On Thu, 03 Feb 2005 16:54:31 +0100, Werner Punz <[EMAIL PROTECTED]> wrote:
> Michael Wiedmann wrote:
>
> >I can't get <h:commandLink> to work:
> >
> ><h:form>
> >..
> > <h:commandButton action="#{TestBean.method}"
> > value="2005-02-03" />
> >
> > <h:commandLink action="#{TestBean.method}">
> > <h:outputText value="2005-02-03"/>
> > </h:commandLink>
> >
> ></h:form>
> >
> >
> >
> There must be something wrong... check the faces-config if your bean
> is properly configured...
> I use the commandlinks constantly and never had any problem so far.
>
>