4 Replies Latest reply on Nov 3, 2008 6:58 PM by nbelaevski

    Why both Events are fired ?

    ameo

      Hello,

      I have rich:dataTable with two events like this. Can you tell me why
      both events "onRowClick" AND "onRowDblClick" are fired one after another? I just want that only one of them to be fired by its event.

      <rich:dataTable id="vorgangslisteTable"
       var="category" value="#{vorgangsliste.alleVorgaenge}"
       rowKeyVar="var">
      
       <a4j:support event="onRowDblClick"
       status="loading"
       onsubmit="doSomething();"
       eventsQueue="mq" />
      
       <a4j:support event="onRowClick"
       actionListener="#{bean.mySelection}"
       status="loading" eventsQueue="snake"/>
      


      Greetings,
      ameo