Off course, this will only work with GET parameters, not POST.
At 12:51 PM 2/12/00 -0500, Danny Rubis wrote:
>Hey!
>
>Check it out for yourself. Just do a request.getQueryString() and see
>what you are getting.
>
>Sans adieu,
>Danny Rubis
>
>Darko wrote:
>
>> Hello,
>>
>> How do I retrieve all the parameter names and/or values at once from an
>> html page ?
>> I have around 100 paramaters on my html page and when I call a servlet
>> to process them, I use following code to retrieve parameter names
>>
>> Enumeration enum = req.getParameterNames();
>> while (enum.hasMoreElements()) {
>> String name = (String) enum.nextElement();
>> out.println("name = "+i+" "+name);
>> i++;
>> out.println();
>>
>> But I get only about 30 parameter names, I dont know what happened with
>> the rest.
>>
>> Thanx for your help.
>>
>> Regards,
>> Darko
>>
>> ___________________________________________________________________________
>> 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
>
>___________________________________________________________________________
>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
>
________________________________
George Svedloff
http://www.liquidprice.com
[EMAIL PROTECTED]
Phone: 408.257.5580 x.106
Fax: 408.257.8061
___________________________________________________________________________
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