Re: multipart-formdata

2005-04-29 Thread Dakota Jack
I am not sure what you are planning to do, so it is a bit hard to be helpful. It does not matter if there are file uploads on the form. If the RequestProcessor detects that it is a multipart request and you have associated an ActionForm with your Action, Struts will grab the multipart request and

Re: multipart-formdata

2005-04-28 Thread rmanchu
Dakota Jack wrote: you cannot use the ActionForm. From your question I assume you are using the ActionForm and wondering what in the heck happened to your multipart request? no. i just wanted to know if i do request.getParameter("paramname") within an Action for an ActionForm submitted as multipa

Re: multipart-formdata

2005-04-28 Thread Dakota Jack
This is a more important question than you might realize and the answer is not obvious. When you have a multipart request in Struts, what happens depends upon whether or not you have an ActionForm associated with your Action. If you do, then the Struts application grabs the multipart request and