Yogesh More wrote:
>
> Thanks Hans,
> I was compiling the code using a jsdk.jar , which said that all my
> getParameter  calls are deprecated !!

During the reign of Gosling, at the time of Java Web Server 1.1, Sun looked out
and said, "Listen my people. I do not like getParameter. Use thou
getParameterValues." And there was a great cry from the multitude, saying, "Why
have you taken from us a thing of great use and joy. Listen to our pleas and
give to us that which helps us in times of doPost and doGet." And lo, Sun heard
and took pity on the masses, and returned to them the getParameter(String). JSDK
2:0 - 2:1

A deprecation warning does not mean you MUST stop using a method, it's simply a
warning. A deprecation warning just means that the library implementer has
provided a better method to replace some older method. The older method is still
available and you can choose to use it, as long as you understand the
consequences.

K Mukhar

___________________________________________________________________________
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