Re: Accessing form field from a JSP

1999-10-13 Thread Paul Medcraft
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 PROTECT

Re: Accessing form field from a JSP

1999-10-12 Thread ACI Team (Chennai)
deep Venugopal > Sent: Tuesday, October 12, 1999 5:44 PM > 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'

Accessing form field from a JSP

1999-10-12 Thread Pradeep Venugopal
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