Title: RE: how to access multiple parameters from a form

Hi!

You can use somethin like that:

String asEstados[] = req.getParameterValues("lstEstado");

lstEstado is a multi-selectable-list.  In asEstados[] will be all options selected by the user before submit the form.


-----Mensaje original-----
De: neeraj koul [mailto:[EMAIL PROTECTED]]
Enviado el: jueves 30 de marzo de 2000 17:28
Para: [EMAIL PROTECTED]
Asunto: how to access multiple parameters from a form


hi,
 I am selecting multiple fields in a LIST and submitting the form to a
servlet
How do I access all the field in the servlet
request.getParameter("ss") will give me only one field

Thanks in advance

regards
neeraj

___________________________________________________________________________
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