Hi Friends,
When I click a link in a page. It redirects to my ADF app developed in 11.1.1.7 and loads in the same tab. It is taking a bit time as in fragment bounded taskflow I'm executing a java backing bean which inturn calls out a procedure and then calls a create insert method before I call my jsff. Until this is executed users sees nothing but a blank page.
I want to show a customized gif until I see this jsff. How do I add a gif in this case for users to see when application is loading and jsff is loaded.
Note: Application lands on different jspx each time depending on the link clicked in the other application/portal.