flush in the <jsp:include> tag
843835May 13 2002 — edited May 14 2002should I state flush="true" every time I include a jsp using <jsp:include> tag in a jsp pages? For example I am trying to include a menu bar on the top of every jsp pages. Should I flush the buffer every time? if not, will it affect the performance?
Thank you
Cal