0 Replies Latest reply on Aug 24, 2007 8:56 AM by iakneissl

    FacesMessages gets component id

    iakneissl

      I want to add a message to a control in a datatable.
      with FacesMessage.add(xxx) it's not possible, because I have to define the id of the component, not the client Id.
      Therefore I can not specify in which row of the dataTable the rendered component is, where the facesMessage belongs to.
      I have to use a method, which has the clientId, not the id.