Silly question but are have u checked to make sure that s is not null?
What is the resulting pages URL? In otherwords, after the redirect.. u
should see something like http://<whatever s4 is>?name=<whatever s is>. If
you dont see that.. then there is something else wrong.

-----Original Message-----
From: sufi malak [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, October 31, 2001 12:39 PM
To: [EMAIL PROTECTED]
Subject: sendRedirect ???


I have this line in a servlet :
httpservletresponse.sendRedirect(s4 + "?name=" +s);

But when I go to the jsp file s4, <%=request.getParameter("name")%> return
always null

Thanks

_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp

===========================================================================
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

===========================================================================
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