String[] paramValues = request.getParameterValues(paramName);
if (paramValues == null) {
// Do what you want
} else if (paramValues.length == 1) {
// Do what you want
} else {
// Do what you want
}
> -----Urspr�ngliche Nachricht-----
> Von: Terje Kristensen [mailto:[EMAIL PROTECTED]]
> Gesendet: Freitag, 1. Juni 2001 14:12
> An: [EMAIL PROTECTED]
> Betreff: Re: AW: Why doesn't this work:
>
>
> Any idea on how to get rid of this error?
>
> Terje K.
> ---------- Original Message ----------------------------------
> From: Ralph Einfeldt <[EMAIL PROTECTED]>
> Reply-To: [EMAIL PROTECTED]
> Date: Thu, 31 May 2001 15:46:56 +0200
>
> >It looks like request.getParameterValues(paramName)
> >returns a null value on at least one param.
> >
>
>