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
