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

Reply via email to