posted 16 years ago
Once your servlet code is running, I believe you can't, you are tied to the Servlets API.
Don't know why, this is not exactly what you asked, but I got the impression you are talking about AJAX (Asynchronous Javascript And XML). That is a way that you can send requests to other servlets from your page without submitting the page (or reloading it).