I had a similar problem a while back.  I think this is a invalid path problem.
Mozilla just ignored it, but IE was not as forgiving.

Debugging technique: comment out any links one-by-one to see which one is
causing the problem.

Hope this helps.

-Yan

-----Original Message-----
From: Daniel Scholnick [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, February 03, 2004 11:18 AM
To: [EMAIL PROTECTED]
Subject: jsp:include Problem with Internet Explorer


Hi,

I seem to have a problem with Tomcat 4.1.18, IE 6, and jsp:include.  I have a
jsp, lets call is source.jsp, that looks something like this:

<jsp:include name"included.jsp" flush="true">
    <jsp:param name="foo" value="bar"/>
</jsp:include>

When I access source.jsp using Mozilla, everything shows up just fine.  But
when I access it from IE, none of the html generated by included.jsp is sent to
the browser.

Does anyone know what's up?

Thanks in advance for your help.  This one is killing me.

Regards,

Daniel Scholnick



__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free web site building tool. Try it!
http://webhosting.yahoo.com/ps/sb/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to