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 services the upload application which
is not ony packaged in the Struts framework but also given a
proprietary access to the multipart data.  If you want to have access
to the request, outside the upload application that comes with Struts,
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?

Jack

On 4/28/05, rmanchu <[EMAIL PROTECTED]> wrote:
> 
> hi guys,
> 
> long day today so am not thinking clearly :(
> 
> if a multipart-formdata form was submitted, would a
> request.getParameter("paramname") return the correct values in an Action?
> 
> the wrapper takes care of this right?
> 
> )|(
> 
> riyaz
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 


-- 
"You can lead a horse to water but you cannot make it float on its back."
~Dakota Jack~

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to