hi pierre,
What i was telling was, In the jsp page i am including a servlet. So in the
jsp page i should get the results from the servlet(after all the
processing). BUT now what i am getting is Whole servlet code is getting
printed to the browser and not the processed result from the servlet...

thanx..
----- Original Message -----
From: "Pierre-Yves Saumont" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, July 26, 2001 1:08 PM
Subject: Re: <jsp:include /> another question???


> Hi,
>
> >when i am including a servlet in a jsp page using <jsp:include> tag, the
> >whole servlet page text is getting printed.
>
> So I suppose you do something like :
>
> <jsp:include page="/servlet/TestServlet" flush="true"/>
>
> and the output of TestServlet is include in the output produced by the
> calling jsp, replacing the jsp:include tag. From what you're saying,
> evething is working fine.
>
> >The servlet is compiled properly.
>
> Which one ? Are you talking about the included servlet (here TestServlet)
?
> Then it should have been compiled properly before the inclusion occurs.
>
> >But when i am including the processed result is not being printed out.
>
> At that stage, from what you said before, evething is over and have been
> working fine. So, what do you mean by "including the processed result"?
What
> "is not being printed out"? What is supposed to happen after "the whole
> servlet page text is getting printed"?
>
> Pierre-Yves
>
>
___________________________________________________________________________
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the
body
> of the message "signoff SERVLET-INTEREST".
>
> Archives: http://archives.java.sun.com/archives/servlet-interest.html
> Resources: http://java.sun.com/products/servlet/external-resources.html
> LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
>
>

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to