You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Daniel Scholnick <ds...@yahoo.com> on 2004/02/03 19:17:58 UTC

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: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Re: jsp:include Problem with Internet Explorer

Posted by sergio ulloa <se...@versix.net>.
Try this!
<jsp:include page="include.jsp">
   <jsp:param name = "variableName" value="something" />
  </jsp:include>


----- Original Message ----- 
From: "Daniel Scholnick" <ds...@yahoo.com>
To: <to...@jakarta.apache.org>
Sent: Tuesday, February 03, 2004 1:17 PM
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: tomcat-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
>
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


RE: include Problem with Internet Explorer

Posted by Yansheng Lin <ya...@silvacom.com>.
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:dscholn@yahoo.com] 
Sent: Tuesday, February 03, 2004 11:18 AM
To: tomcat-user@jakarta.apache.org
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: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org