3 Replies Latest reply on Jul 22, 2010 5:45 AM by xyzzy07

    how to load the page and then fetch the data

    ranveer.singh

      Hi,

       

      In my homepage , it has loads of data. There are around 6-7 panels and 2-3 Tables which displays different types of data. Currently i am fetching all data once on actionListener. But it is taking few seconds to render the page.

       

      I want to load the page first and then want to load the data later.

       

      Please suggest me the approach.

       

      if possoble please provide the sample code.