1 Reply Latest reply on Jan 22, 2010 5:45 AM by ilya_shaikovsky

    reRender question

    soso_xuc

      Hi all

       

      my question is:

       

      i have page with commandbutton rendering one part of page (reRender="panel1")

      when ajax response is rendered the getters of properties of components which are out of this part (called "panel1") are executed also.

      i guess this addes extra CPU load on my servers.

       

      how to avoid this ?

       

       

       

      thanks in advance

        • 1. Re: reRender question
          ilya_shaikovsky
          It's caused by iteration components which checks for auto updatable components inside (messages, outputPanels and so on..). To avoid this use limitToList=true at ajax components. But in this case you will have to reRender messages and ajaxRendered outputPanels on your own.