Hi,
  I have 2 JSP's files. The first of these contains a form which has 2 fields named 
'name' and 'address'. when this form is submitted the second JSP is called. I want to 
access the name and address variables of the first form in the 2nd JSP. i used 
request.getParameter("name") but it comes up as null. can anyone help..

thanks pv

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to