Re: multipart request issues

2005-07-28 Thread Laurie Harper
Carl Smith wrote: I am having issues to get the request parameters from a multipart request, le me explain my problem first: Our flow of process is: (1) a multipart request is submitted to a struts action (let's say updateTableAction.do) using POST (2) the multipart request is processed by A

RE: multipart request issues

2005-07-28 Thread Paul McCulloch
ly 2005 15:38 > To: user@struts.apache.org > Subject: multipart request issues > > > > I am having issues to get the request parameters from a > multipart request, le me explain my problem first: > > Our flow of process is: > > (1) a multipart request is submitted to a str

multipart request issues

2005-07-28 Thread Carl Smith
I am having issues to get the request parameters from a multipart request, le me explain my problem first: Our flow of process is: (1) a multipart request is submitted to a struts action (let's say updateTableAction.do) using POST (2) the multipart request is processed by ActionServlet.proces