Hi,
I am facing a strange problem.
I have three jsps. First one has simple form which submit to second jsp. I
retrieve the values from request object saves them in variable and pass them
to third jsp using jsp:forward tag in query string. But the third jsp is
unable to get the values. This is happening even if I use <param name=
value=> tags. I have noticed if I dont retrieve the values from request in
the second jsp and pass some hardcoded values ,they are coming.It means if I
do something with request object , then I am unable to obtain the values in
third jsp using jsp:forward tag. I am using WL6.1.
Can any body tell me why this problem ?


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Thanks
Ashwani Kalra
http://www.geocities.com/ashwani_kalra/
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

===========================================================================
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://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com

Reply via email to