Hi, I create jsp page using JSF Framework.
If i perform some action(Login), then go to the backend and perform some process and it will return some value. Here this whole process will be taken some times.
Now that time i want to show processing status (wait or busy status) in Mouse. That means after i press Login button , i want to show that loading status in cursor...
Similarly, If i do, any action in page, then i need to show the loading status...That is, every action in my application, show the loading status.
Help me. Thanks for your effort.