3 Replies Latest reply on Feb 26, 2010 5:15 AM by ilya_shaikovsky

    How to overwrite onRowClick for a specific column

    dejela

      Hi!

       

      I have

      <a4j:support action="#{myBean.myaction}"

      onsubmit="changeColor(this)" event="onRowClick"

      reRender="selectiontable">

      </a4j:support>

       

      one of the columns is link. a4j:commandLink

       

      I don't want, when clicking on the a4j:commandLink to invode the onRowClick action.

       

      How can i overwrite the behavior for a specific column?