You can do like the following:
- Save the result objects in either HttpSession or ServletRequest object.
- Redirect the response to the corresponding JSP
- Once you are inside the JSP, try to retrieve the values from the
HttpSession or ServletRequest object.

Kindly Regards,

Justin Pham


>From: Vidyasagar Guduru <[EMAIL PROTECTED]>
>Reply-To: "A mailing list for discussion about Sun Microsystem's Java
>        Servlet API Technology." <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Subject: How to share the data btw servlet and jsp
>Date: Wed, 24 May 2000 15:55:01 -0700
>
>Hi,
>I am working on a problem that browser will send  a
>request to a servlet, this servlet do back and
>manipulations and will have some data to post to the
>browser. but here I do't want to use the servlets
>response object. I want to invoke a jsp file wich is
>in the same server and will post the data that servlet
>is having.
>Please give any good solution
>Thanx
>Vidyasagar
>
>__________________________________________________
>Do You Yahoo!?
>Kick off your party with Yahoo! Invites.
>http://invites.yahoo.com/
>
>___________________________________________________________________________
>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

________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com

___________________________________________________________________________
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