2 Replies Latest reply on May 8, 2008 4:48 PM by eicki

    dataTable, componentControl and oncontextmenu event

    billewicz

      Hi, I'm trying to use the rich:componentControl component along with rich:dataTable component. I can't make it working - after right click on the table row, nothing happends.

      I have read note at Richfaces Demo and I think I'm making things right, so if you could correct me, I would be very grateful.

      My code is as following:

      <rich:contextMenu id="menu" attached="false" submitMode="ajax">
      
      ...
      
      </rich:contextMenu>


      <rich:dataTable ...>
      
      ...
      
      <rich:componentControl event="oncontextmenu" for="menu" operation="show" />
      
      </rich:dataTable>


      Best regards,
      Konrad