hi
>
> How best can I get all the parameters after I submit the form, using the
> following?
use request.getParameterNames() ,it return u a reference of Enumeration
interface.of which u use hasMoreElement() method to get the value of
all the elemnts.
> 1. JSP--->>>>>>>requst.getParameter("address");//please replace address
> with ur variables name
> 2. Servlet---------->DO
>
Thanks & Regards
------------------------------------------------------
Kailash N.Pandey
Aithent Technologies (SSI),New Delhi,
[EMAIL PROTECTED]
Do Take Very Good Care Of Your Health
----- Original Message -----
From: Kailash Nath Pandey <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, April 04, 2001 1:52 PM
Subject: Re: request.getParameter - Repeating Fields
> hi
>
> How best can I get all the parameters after I submit the form, using the
> following?
> 1. JSP--->>>>>>>requst.getParameter("address");//please replace address
> with ur variables name
> 2. Servlet---------->DO
>
> try it
>
> Thanks & Regards
> ------------------------------------------------------
> Kailash N.Pandey
> Aithent Technologies (SSI),New Delhi,
> [EMAIL PROTECTED]
> Do Take Very Good Care Of Your Health
>
> ----- Original Message -----
> From: Willy LEGIMAN <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Wednesday, April 04, 2001 1:13 PM
> Subject: request.getParameter - Repeating Fields
>
>
> > Hi there,
> >
> > I've got a form that has got X number of fields. Every field name on the
> > form has the prefix 'address', e.g. address0, address1, address2, ...
> > addressX.
> >
> > How best can I get all the parameters after I submit the form, using the
> > following?
> > 1. JSP
> > 2. Servlet
> > 3. Bean (using setProperty)
> >
> > Regards
> > Will
> >
> >
>
===========================================================================
> > To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> JSP-INTEREST".
> > For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
> DIGEST".
> > Some relevant FAQs on JSP/Servlets can be found at:
> >
> > http://java.sun.com/products/jsp/faq.html
> > http://www.esperanto.org.nz/jsp/jspfaq.html
> > http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
> > http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
>
>
===========================================================================
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
> For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
> http://java.sun.com/products/jsp/faq.html
> http://www.esperanto.org.nz/jsp/jspfaq.html
> http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
> http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html
http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets