Hi
Well is a question of where the entire stuff is hapent.
When you forward, the response and the request goes on the other
servlet and the servlet where you forward will do the final response. So the the servlet where you forward will get the control (permanent) over the resource.
When you include the response and the request goes on the other servlet and
the the servlet which make the include call is responsible for the final response, and the control over the resources is only temp passed to the other servlet.
Regards
M
[ March 06, 2008: Message edited by: Mihai Radulescu ]
SCJP, SCJD, SCWCD, OCPJBCD