Are you using method="post"? Try action="get".

> -----Original Message-----
> From: A mailing list about Java Server Pages specification and reference
> [mailto:[EMAIL PROTECTED]]On Behalf Of Pradeep Venugopal
> Sent: 12 October 1999 13:15
> To: [EMAIL PROTECTED]
> Subject: Accessing form field from a JSP
>
>
> 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
>

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