Hi,

I am posting a request from an HTML to a jsp page(call it jsp1). Now
jsp1 checks for some parameters using request.getParameter and pass this
request using jsp:forward to jsp2. But from the jsp2 when I do
request.getParameter, I am getting null values.

Is it that the new jsp page does not understand the request object. But
some documentation says that jsp: forward just forwards the request to a
new page for processing.

Replies from gurus would be helpful
Thx
sankar

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to