4 Replies Latest reply on Jun 22, 2009 5:34 AM by ilya_shaikovsky

    Partial Page Rendering while page loading

      Hi All,
      How can i achieve the following scenario.
      Letz say, on the server i have 10 ArrayList with each 20 items filled.
      On the client side I don't want to show all the 10 lists with 20 items with one time page render.
      First the page should be completely rendered without rendering all these 10 datatables, but somehow with AJAX, these 10 lists should be rendered one by one.
      So that the user don't need to wait for a long time to view the page.

      Please guide me how can i do this.

      Thank you.