it is pretty straightforward:

variableName = request.getParameter(paramName);

maybe there is something else wrong here?  what is your environment?

bradley mclain

>From: yjchen <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: [EMAIL PROTECTED]
>Subject: How can I got the data from post method in form
>Date: Fri, 24 Mar 2000 10:57:51 +0800
>
>Hello,
>
>   I can easy get the parameter from the form using GET method in jsp,
>   but I can't get anything from POST method by using
>request.getParameter().
>   I read the book "Java servlet Programming, O'reilly" and it said
>serlvet can get POST data
>   by getParameter() (in chapter 4). Does anyone give me a example about
>how to get POST data
>   by getParameter and inputStream.
>   Thanx very much
>
>   Yen-Ju
>
>===========================================================================
>To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
>JSP-INTEREST".
>Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to