Terry, 1. Does your actionform receive data?
2. Did you set the enctype on your form appropriately for multipart/form-data ? Regards, David -----Original 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 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 postings regarding this, but I still don't understand what I need to do. I think there was some mention that MultipartRequestWrapper doesn't work right if you're not utilizing the ActionForm? I also tried instantiating my own MultipartRequestWrapper by doing "new MultipartRequestWrapper(request)". That doesn't solve the problem either. Any ideas? I'm using the latest nightly build (Struts 1.2). Thanks! __________________________________ Do you Yahoo!? Free Pop-Up Blocker - Get it now http://companion.yahoo.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]