> Has anyone used getParameterValues with a SSI servlet? I tried using
> it and
> it gave me only the last value for a particular parameter name
> its something like
> <SERVLET CODE=xyzServlet>
> <PARAM NAME=pnameVALUE=xyz>
> <PARAM NAME=pname VALUE=abc>
> </SERVLET>
> and inside the servlet doGet I do
> String pname[] = req.getParameterValues("pname");
> i get only one value out?? abc!! is this a bug??
>
> thanks
> bala
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Problems?: [EMAIL PROTECTED]