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


______________________________________________________________________
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to