> > getParameter returns the same value as getParamterValues[0]
>
> Except that if the parameter does not exist, you'll get an error when
> attempting getParameterValues[0], while with getParameter you get a null
> which you can safely check.

True enough. I was just trying to say that the getParameterValue has a
well defined behavior as to which element out of the array it will return.

.duncan

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to