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.




Reply via email to