4 Replies Latest reply on Jul 21, 2011 1:14 AM by nbelaevski

    How to use Delay in JSF?

    pankaj_jboss

      How can i call method after some second when jsf page totally executed?

      After execution of jsf page how can i call a method after some time?

       

       

      Just like

       

      <a4j:poll id="poll" interval="500" enabled="true"

                      reRender="poll,grid" />

       

      But this, refresh page after 500 msec  again and again

      But i want only one time .

       

      "Problem"

      My problem is that I have a jsf page and I have to show data after 500 msec from data base

      But database update before execution of jsf page I want that page executed first and then database updated process called and it should show

      updated value with database updated Parllely.

      How can I do this?