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>
The <h:commandButton> works like expected and I reach the "TestBean.method()",
clicking on <h:commandLink> does not have any effect (debugger does not stop at
breakpoint TestBean.method()).
Any hints?
Michael
PS: I'm using MyFaces 1.0.8, Tomcat 5.0.30
--

