Can I send multiple responses for a single request?
Created May 4, 2012
Alex Chaffee No. That doesn't even make sense :-)
You can, however, send a "redirect", which tells the user's browser to send another request, possibly to the same servlet with different parameters. Search this FAQ on "redirect" to learn more.