BBjspPageContext::flush
Description
In BBj 16.0 and higher, this method flushes the output buffer and sends all written data to the client / browser.
Syntax
Return Value |
Method |
void |
flush() |
Parameters
None.
Return Value
None.
Remarks
This sample will flush the output buffer after each record of the table is sent.
Example
This example demonstrates how this works in a BBJSP web-page
<%@ taglib uri='/WEB-CFG/tld/core.tld' prefix='c' %> |