Hi Balasubramanian S ,

Yes ,it works fine.Thanks a lot for a great help!.




Thanks
Priti chhetri
MTS
Intersolutions -58





----- Original Message -----
From: "Balasubramanian S" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, August 20, 2003 10:17 AM
Subject: FW: Servlet-JSP communication


-----Original Message-----
From: Balasubramanian S
Sent: Wednesday, August 20, 2003 9:57 AM
To: 'A mailing list about Java Server Pages specification and reference'
Subject: RE: Servlet-JSP communication


Priti,

 Try this

        RequestDispatcher dispatcher =
request.getRequestDispatcher(JSPPage);
        dispatcher.forward(request,response);

- Bala

-----Original Message-----
From: Priti Chhetri [mailto:[EMAIL PROTECTED]
Sent: Wednesday, August 20, 2003 9:59 AM
To: [EMAIL PROTECTED]
Subject: Servlet-JSP communication


Hello,

Can u please guide me what Code should I use to call JSP from servlet.I have
tried response.sendRedirect(URL) .On using
response.sendRedirect() I lost my Form data on jsp pages.


Thanks
Priti chhetri
MTS
Intersolutions -58

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set
JSP-INTEREST DIGEST".

Some relevant archives, FAQs and Forums on JSPs can be found at:

 http://java.sun.com/products/jsp
http://archives.java.sun.com/jsp-interest.html
 http://forums.java.sun.com
 http://www.jspinsider.com

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".

Some relevant archives, FAQs and Forums on JSPs can be found at:

 http://java.sun.com/products/jsp
 http://archives.java.sun.com/jsp-interest.html
 http://forums.java.sun.com
 http://www.jspinsider.com

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".

Some relevant archives, FAQs and Forums on JSPs can be found at:

 http://java.sun.com/products/jsp
 http://archives.java.sun.com/jsp-interest.html
 http://forums.java.sun.com
 http://www.jspinsider.com

Reply via email to