Andrew Maxbeard wrote:

> Hello
> I tried what you did, but i had successful compilation
> without any deprecation. And you are right that in docs on
> ServletRequest.getParameter() this method does not deprecated...
> mistery..:)

Not really all that mysterious ... at one point, getParameter() was in fact
deprecated but due to popular demand it became the first method call to be
un-deprecated.  You can use it safely, as long as you are aware that you will
only get a single value if the request specifies more than one value for the
same variable name.

>
> Andrey

Craig McClanahan

___________________________________________________________________________
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