1 Reply Latest reply on Aug 1, 2011 5:28 AM by lukas.p

    a4j:ajax rowclick on table not working

    eunnini

      Hello,

       

      Rowclick event on datatable not working.

       

      This code is never invoked

       

      <a4j:ajax event="rowclick" listener="#{helloBean.rowSelection}"/>
      

       

      and java code in HelloBean

       

      public void rowSelection(AjaxBehaviorEvent event){
              event.toString();
      }
      

       

      Why this method is never invoked on row click?

       

      Regards