You need to sign in to do that
Don't have an account?

Show result after 10 sec.
Hi,
Is ther any way to show result in a inputbox after 10 sec..Is there any time bound we can give.
Regards
Sidhartha
You need to sign in to do that
Don't have an account?
Hi,
Is ther any way to show result in a inputbox after 10 sec..Is there any time bound we can give.
Regards
Sidhartha
tried using actionpoller??
Hi Siddhartha,
You can try using actionStatus tag to display loading/processing image.
Similarly, you can try using actionPoller tag which i never used. If it works, let me know also.
Thanks,
Sachin.
in your javascript use setTimeout(call_of_action_function(),10000);
I recommend this solution, because actionpoller is calling your method in intervals (so for example every 10 seconds)