2 Replies Latest reply on Jul 10, 2008 6:57 PM by enda

    Richfaces and h:commandLink

    enda

      I have encountered a weird behavior with rich:tabPanel

      <rich:tabPanel switchType="ajax">
      <rich:tab label="Something">
      ..
      

      When I use AJAX switch and some of my tabs has an h:commandLink in it. It does not work. Weird is that h:commandButton works just fine
      <h:commandButton value="export" action="#{bean.export(row.id)}"/> -- works
      <h:commandLink value="export" action="#{bean.export(row.id)}"/> -- does not work
      

      Did someone encountered it too? Thanks

      ref: http://www.seamframework.org/Community/RichfacesAndHcommandLink