"Rogatkin, Dmitry" wrote:
>
> Enumeration looks to heavy, because we have 1-2 parameters in most cases, so
> use
> If (getParameterValues() != null)
> parameter = getParameterValues()[0];
It is generally a bad policy to use method calls as if it were
variables. It is better to make only one call, save its return value,
and use it.
Carlos
___________________________________________________________________________
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