RE: getParameter() returns null on multipart requests

2003-11-24 Thread Terry Brick
Thank you very much.. some good ideas! I'll give it shot. __ Do you Yahoo!? Free Pop-Up Blocker - Get it now http://companion.yahoo.com/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: getParameter() returns null on multipart requests

2003-11-24 Thread Martin Cooper
Terry Brick [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hello, When I submit a multipart form to my action I am unable to get use getParameter() on the request object to get my form field values. As I understand it struts is supposed to automatically create a

RE: getParameter() returns null on multipart requests

2003-11-24 Thread David Friedman
Saturday: www.mail-archive.com/[EMAIL PROTECTED]/msg87269.html Regards, David -Original Message- From: news [mailto:[EMAIL PROTECTED] Behalf Of Martin Cooper Sent: Monday, November 24, 2003 6:03 PM To: [EMAIL PROTECTED] Subject: Re: getParameter() returns null on multipart requests Terry

Re: getParameter() returns null on multipart requests

2003-11-24 Thread Martin Cooper
To: [EMAIL PROTECTED] Subject: Re: getParameter() returns null on multipart requests Terry Brick [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hello, When I submit a multipart form to my action I am unable to get use getParameter() on the request object to get my form field values

RE: getParameter() returns null on multipart requests

2003-11-24 Thread David Friedman
Of Martin Cooper Sent: Monday, November 24, 2003 7:13 PM To: [EMAIL PROTECTED] Subject: Re: getParameter() returns null on multipart requests David Friedman [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Martin, I don't know if Terry got it working, but I don't see why he (or anyone

RE: getParameter() returns null on multipart requests

2003-11-23 Thread David Friedman
(mapping.findForward(success)); } } }=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- -Original Message- From: Terry Brick [mailto:[EMAIL PROTECTED] Sent: Saturday, November 22, 2003 10:23 PM To: Struts Users Mailing List Subject: RE: getParameter() returns null on multipart requests

getParameter() returns null on multipart requests

2003-11-22 Thread Terry Brick
Hello, When I submit a multipart form to my action I am unable to get use getParameter() on the request object to get my form field values. As I understand it struts is supposed to automatically create a MultipartRequestWrapper which allows you to do this for multipart requests... I've seen some

RE: getParameter() returns null on multipart requests

2003-11-22 Thread David Friedman
: getParameter() returns null on multipart requests Hello, When I submit a multipart form to my action I am unable to get use getParameter() on the request object to get my form field values. As I understand it struts is supposed to automatically create a MultipartRequestWrapper which allows you to do

RE: getParameter() returns null on multipart requests

2003-11-22 Thread Terry Brick
Message- From: Terry Brick [mailto:[EMAIL PROTECTED] Sent: Saturday, November 22, 2003 1:08 PM To: [EMAIL PROTECTED] Subject: getParameter() returns null on multipart requests Hello, When I submit a multipart form to my action I am unable to get use getParameter() on the request object