Re: how to get value of

2006-03-24 Thread Prashant Saraf
ok thanks On 3/24/06, Alexander Panzhin <[EMAIL PROTECTED]> wrote: > > But note that it returns an array. > > Hi > > > > use > > > > request.getParameterValues(String paramName) > > > > HTH > > Vinu > > > > Prashant Saraf

Re: how to get value of

2006-03-24 Thread Alexander Panzhin
But note that it returns an array. Hi use request.getParameterValues(String paramName) HTH Vinu Prashant Saraf wrote: Hello all, can some one tell me how to get value of if it is multipal selected. like this -- Cup of Java + Suger of XML = Secure WebApp -- Su pagarba

Re: how to get value of

2006-03-24 Thread Vinu Varghese
Hi use request.getParameterValues(String paramName) HTH Vinu Prashant Saraf wrote: Hello all, can some one tell me how to get value of if it is multipal selected. like this -- Cup of Java + Suger of XML = Secure WebApp -- Vinu Varghese

how to get value of

2006-03-24 Thread Prashant Saraf
Hello all, can some one tell me how to get value of if it is multipal selected. like this -- Cup of Java + Suger of XML = Secure WebApp