4 Replies Latest reply on Apr 23, 2007 7:44 AM by baz

    h:commandLink does not work in rich:dataTable

    flow1986

      Hi!

      <rich:dataTable ... >
      <f:facet name="header">
      <rich:columnGroup>
      <h:column>
      ...
      </rich:columnGroup>
      </f:facet>
      <h:column>
      <h:commandLink action="exportDetail" value="#{export.id}">
      <f:setPropertyActionListener target="#{exportForm.id}" value="#{export.id}" />
      </h:commandLink>
      </h:column>
      </rich:dataTable>
      

      This does not work in 3.0.1 SNAPSHOT....
      After clicking the link the same page is reloaded.

      After switching back to 3.0.0 it worked.

      I opened an issue and hope this was not a mistake:

      http://jira.jboss.com/jira/browse/RF-72

      Thank you