On Mon, 22 Mar 1999 16:29:53 +1100, Frank Packenham <[EMAIL PROTECTED]> 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?

Hi,

Trying that would be difficult. In JSDK 2.1 similar results can
be achieved by using a RequestDispatcher to pass requests to JSP pages,
after you have updated session data and let JSP code to take care of
presentation.

Cezar

___________________________________________________________________________
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