0 Replies Latest reply on May 3, 2007 9:00 AM by luuzz

    problem with rich:panelGrid

    luuzz

      Hello,
      I have a panelGrid with a "delete" link with an actionListener which delete the currentCell. I have used the same principles as dataTable: bindind the panelGrid with a bean property.
      But during execution, when i click on the link it seems like the dataGrid component is processed before the actionListener is executed. So the deleted cell is displayed until you go back to the page.

      Help me please !!
      Is there a way to "attach" the link to the dataGrid so that the action listener gets called before displaying the dataGrid.