Hi
i am using a html page to send data to the servlet. now in the
servlet i am not getting all the values of the fields defined on the
form...why?
my code----
Enumeration keys;
String value;
String key;
keys = httpRequest.getParameterNames();
while (keys.hasMoreElements()) {
key = (String) keys.nextElement();
value = httpRequest.getParameter(key);
pout.println("<br>" + "key: " + key + " equals value: " + value);
}
i am only getting the value of the SUBMIT button...
bye
Hemant
begin: vcard
fn: Hemant Gore
n: Gore;Hemant
org: Tata Infotech Ltd.
email;internet: [EMAIL PROTECTED]
title: Associate Systems Engineer
x-mozilla-cpt: ;0
x-mozilla-html: FALSE
version: 2.1
end: vcard