I have a similar problem. I want to insert a result (<table>) from a servlet into
my jsp. I have tried:
<jsp:include page="/servlet/publicTecno?dato=Evento&ndatos=5"
flush="true" />
and
<%pageContext.include("http://myserver:8080/servlet/publicTecno?dato=Evento&ndatos=5");%>
I just got my jsp whitout data. I am not using beans, just a servlet
and a jsp
file. Thanks a lot.
Alex
Marcelo Mathias Lima wrote:
try this:=========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be found at: http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.html http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets<%
pageContext.include("http://localhost/Attributes/Features/"+filename);
%>----- Original Message -----
From: sumit shah <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, October 03, 2000 12:08 PM
Subject: include> hi,
> I am trying to use the following include action in my jsp page and it is
> giving me a
> Generation exception saying"Include: Invalid attribute, flush"
> I am using the following
> <jsp:include page=> flush="true" />filename is a jsp variable that i am
appending to the file
> URL.
>
> thanks
> sumit.
> _________________________________________________________________________
> Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
>
> Share information about yourself, create your own public profile at
> http://profiles.msn.com.
>
>
===========================================================================
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
> http://java.sun.com/products/jsp/faq.html
> http://www.esperanto.org.nz/jsp/jspfaq.html
> http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
> http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html
http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets