Heya!

Try calling the doGet(HttpServletRequest request, HttpServletResponse
response) method of your servlet class, it will use "out" to write to your
jsp's stream.
Btw, you can compile your jsp into a servlet (i.e. get the java source) if
you manually invoke the jspc with the keepgenerated option (look up the
docu).

Mika
[EMAIL PROTECTED]

----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, November 03, 2001 12:37 AM
Subject: can you call (include) a servlet from a jsp


> Can you include the output of a servlet from within a jsp?
> I tried using:
> <jsp:include >
> but it didn't work right. Any help/comments will be appreciated.
>
>
>
> --
> To unsubscribe:   <mailto:[EMAIL PROTECTED]>
> For additional commands: <mailto:[EMAIL PROTECTED]>
> Troubles with the list: <mailto:[EMAIL PROTECTED]>
>


--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to