Flush « Response « JSP-Servlet Q&A





2. Automatic flushing of response    coderanch.com

Hi I am using JSP code to send an email(SendEmail is class file which extends mail API) JSP <%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%> <%@ page import="java.sql.*"%> <%@ page import="java.io.*"%> <%@ page import="example.*"%>