Re: parsePostData

2001-04-12 Thread Frank LaRosa
) names.nextElement(); result.put( name, request.getParameter(name) ); } return result; } } - Original Message - From: "Fyffe Carl" <[EMAIL PROTECTED]> To: "Orion-Interest" <[EMAIL PROTECTED]> Sent: Thursday, April 12, 2001 7:21 AM Subject: RE: pars

RE: parsePostData

2001-04-12 Thread cybermaster
-- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Fyffe Carl Sent: Thursday, April 12, 2001 6:22 AM To: Orion-Interest Subject: RE: parsePostData Frank, Did you figure this problem out? I have been having the same problem and hope you can shed some light on the subject. Ernie,

RE: parsePostData

2001-04-12 Thread Fyffe Carl
Frank, Did you figure this problem out? I have been having the same problem and hope you can shed some light on the subject. Ernie, Because it is nice to have all of the data in one variable that isn't a request object. Just my two cents. Carl -Original Message- From: [EMAIL PROTECT

RE: parsePostData

2001-04-09 Thread Ernie Phelps
Frank, Is one of the form fields an input type="file"? If not, why not just use request.getParameter("parameterName")? Could you give a little more info about what you are trying to do? - Ernie -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Frank LaRos