ADF BC / Faces 10.1.3 - Slow loading page
Hi,
I have an app which launches a dialog, where the users enter details. As part of the launch an AM procedure is called which pre-populates some info for the user. One of the AM procedure methods calls a PL/SQL procedure over a DB link which can take up to 10 secs to return the info (nothing can be done about the performance because of complexity/volume of the info being searched).
The problem is that the person clicks on the button which launches dialog and nothing is happening from the users perspective. Once the AM procedure is compete the dialog page appears.
I need something to indicate there is something happening, but don't know how/where to do this within the framework.
any ideas?
Brenden