Frank Packenham wrote:

> can I get my servlet to feed a JSP to the server have the server interpret
> that and send onto the browser, or does the servlet send direct to the
> client??
>
> is it as simple as just returning a JSP page on the response stream?

It's like writing a program that writes a program that will be excuted.

JSP is an alternate way of writing servlets. So you want to write a servlet
that write a servlet that will handle the request.

It might be fun!

Costin

___________________________________________________________________________
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