JSP:
Servlet:
RequestDispatcher rd = request.getRequestDispatcher (tojsp); rd.forward (request, response);
Response.flushbuffer ();
principle:
Will Request, Response objects as variable transmission. If a variable has been added in the middle, it is not applicable.