Thanks Mark. Most of the time it does find the file though.
Nick ----- Original Message ----- From: Mark Phelps <[EMAIL PROTECTED]> To: JRun-Talk <[EMAIL PROTECTED]> Sent: Monday, February 04, 2002 9:03 PM Subject: RE: include doesn't always happen > It may be that it is simply not finding "banner.html". You are not > specifying anything about the directory that banner.html resides in. The > Windows machine may be using different methods to locate the file than the > Linux box is using. Try being more specific about the location of > "banner.html". > > -----Original Message----- > From: Nick de Voil [mailto:[EMAIL PROTECTED]] > Sent: Monday, February 04, 2002 10: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
