You are actually writing it like this, right? <jsp:include page="banner.html" flush="true" />
Make sure you have XML-valid syntax (closing all tags - this is the shorthand for: <jsp:include page="banner.html" flush="true"></jsp:include> which is also valid... -Drew Falkman -----Original Message----- From: Nick de Voil [mailto:[EMAIL PROTECTED]] Sent: Monday, February 04, 2002 9:20 AM To: JRun-Talk Subject: jsp:include doesn't always happen Here's a strange one. In all the JSP pages in my app I include the banner at the top like this: <body> <jsp:include page="banner.html" flush="true"> . </body> banner.html is an HTML file like this: <table> . </table> Developing and testing on a W2K local machine I have no problem. But my customer, using the app over the web, deployed on Linux, using IE on a Mac, intermittently sees pages which simply don't have the banner on them. If he does View Source there is no trace of the <table>...</table>. Any ideas? Thanks Nick ______________________________________________________________________ This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
