flush attribute in JSP

From: Matt (jrefactors_at_hotmail.com)
Date: 10/31/04


Date: 30 Oct 2004 19:59:02 -0700

I want to know what is the usage of flush attribute? For example,
whats the differences in the following?

<jsp:include page="header.jsp" flush="true"/>
<jsp:include page="header.jsp"/>

please help. thanks!!