1 Reply Latest reply on Mar 18, 2015 7:29 AM by michpetrov

    dataTable filter by keyup event error

    med.ben

      Hellow

      i'm new in this forum.

      i'm starting developing with richfaces by following the examples of the showcase.

      i'm using the 4.5.3 release.

      I want to make a <rich:dataTable > and filter its content by keyup event as made in the arrangeable dataTable example on the showcase

      but when i use render="tableId@body" in the input filter, i got the following error

       

       

      An Error Occurred:

      Component with id:tableId@body not found

       

      viewId=jsf page
      location=path to jsf page
      phaseId=RENDER_RESPONSE(6)

       

      Caused by:
      javax.faces.FacesException - Component with id:tableId@body not found
      at org.apache.myfaces.renderkit.html.HtmlAjaxBehaviorRenderer.getComponentId(HtmlAjaxBehaviorRenderer.java:461)

       

      so any one can help !

       

      thnx