hi,
I am developing a
servlet, which will send user a file and also a successful page by clicking on a single button on a page.
I have no problem with sending user a file...... but i don't know why I could never send the successful page across, there is no error and it seems the browser just ignore the successful page........ Here is my questions.
1. Does http allows 2 responses for a single request?
2. Can I send 2 responses with the same response object?
Thanks for any help.