1 Reply Latest reply on Nov 5, 2007 5:40 AM by ilya_shaikovsky

    Question: reRendering several elements, how many calls does

      Good afternoon,

      I am wondering exactly how the framework handles the situation where you ask to have several elements reRendered (say a form with several text fields), exactly how does the framework handle this.

      Does it make a call across the pipe for each element or does it make a single call for all the elements at one time and parse that result back at the client and push the values into the elements.

      The first way would make the application extremely chatty whereas the second is a much better mechanism.

      If it is the first way, is there a way to control this?

      Thanks in advance.

      Whatty