|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Be the architects of evolution and help create the mobile internet future. It’s your move---enter to win here! |
|
#1
|
|||
|
|||
|
I want my servlet show 'please wait while your request is being processed' message to user while the servlet is doing its stuff.
I tried to print the message to response and then reset the page but could not find way to do that. I also tried using response.sendredirect() , but with no luck. Please answer. |
|
#2
|
|||
|
|||
|
a possible solution could be to use threads. one thread just displays the page with javascript to refresh the page after certain time, and the servlet's second thread is busy doing the stuff (with no response to the web page)
just an idea... |
![]() |
| Viewing: Dev Shed Forums > Programming Languages > Java Help > how to implement 'please wait' message |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|