What does the attribute flush equal to true
Created May 4, 2012
Volker Stolz
From the JSP 1.1 Specs:
"flush: Mandatory boolean attribute. If the value is 'true', the buffer is flushed. A 'false' value is not valid in JSP 1.1." [Emphasis added]
Unluckily there's no statement about the "why".