1 Reply Latest reply on Dec 2, 2007 7:05 AM by fmarwede

    "Progress Status Text" after every AJAX action

    rocky9

      Is it possible to show a progress status text such as "Processing..." or "Please Wait..." after every AJAX action and Hide it after the data transfer or action is over?

      Gmail has a similar status text that comes up saying "Processing..." as a red label on the top of the page.

      In one of my pages I have a switchType="ajax" for tabs in my tabbedPane but as lot of data needs to be fetched from the db and then transferred to the ui to show the same it leads to impatience from the user. The user clicks again and again on the tab in hope of some result.