> > Use request.getParameterValues() instead of getParameter(). You have to
do
> > this because POSTed forms can contain multiple values for each
parameter.
>
> This doesn't sound right to me.  I use getParameter() to get POSTed values
> all the time, using several different servlet engines.  I think the
original

You're absolutely right. getParameterValues() is only required when you have
multiple values for the same key. getParameter works fine for both GET and
POST.

_3
M

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