Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Waiting page + redirection

843841Aug 25 2005 — edited Aug 26 2005
Hi everyone! My problem is that i have a specific service that takes some time to be executed.

So a user enters in a form some data and then i send him to waiting page. After the execution of the service i want him to redirect him to the page where he can view the results.

The way i am trying to solve this problem is that print the waiting page and after that i have my service started. So basically at the end of it i have a response.sendRedirect() but it doesn 't seem to work.
Note that the previous function is places after sending the response to the user (i am using Java Servlet)
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 23 2005
Added on Aug 25 2005
3 comments
137 views