3 Replies Latest reply on Jul 11, 2008 1:08 AM by admin.admin.email.tld

    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