3 Replies Latest reply on Jan 29, 2008 6:41 PM by robertocarlos1

    Richfaces errors when using a4j:log

    jeffzzang

      Does anyone know what these errors are indicating? My page seems to work fine, but I'm worried I'm doing something seriously wrong due to the presence of these errors when using <a4j:log/>


      error[15:21:33,609]: Error to clear node content by innerHTML Unknown runtime error
      error[15:21:33,625]: New node for ID body:my_form:tab_page1_include:addEditOutputPanel is not present in response

        • 1. Re: Richfaces errors when using a4j:log

          does simultaneous ajax updates are possible on this page. Looks like, the DOM node available at the beginning of the AJAX request was gone when the response come back.

          • 2. Re: Richfaces errors when using a4j:log
            jeffzzang

            I don't know what you mean by simultaneous, but there are multiple controls on the page that can trigger ajax events.

            Any reason that the DOM node would not be available when it comes back?

            • 3. Re: Richfaces errors when using a4j:log

              look like if you are especifying some control's id in rerender and it is not part of the same ajax region.

              The problem is because if you specify some id of a control that is not in the same ajax region and the region has the renderRegionOnly property of the set to true, only the content inside the ajax region will be rendered and the response only will have the content inside the ajax region but no the other controls in the page. for that reason is the message ... is not present in reponse