Re: Struts2 : Request found null with Multipart enc-type

2006-12-16 Thread Don Brown
load interceptor reference in it. - Original Message - From: "Don Brown" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Saturday, December 16, 2006 12:21 AM Subject: Re: Struts2 : Request found null with Multipart enc-type > How are you accessing fo

Re: Struts2 : Request found null with Multipart enc-type

2006-12-15 Thread Nagraj Rao
; <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Saturday, December 16, 2006 12:21 AM Subject: Re: Struts2 : Request found null with Multipart enc-type How are you accessing form fields? Are you letting Struts 2 populate setters in your actions or are you extrac

Re: Struts2 : Request found null with Multipart enc-type

2006-12-15 Thread Don Brown
How are you accessing form fields? Are you letting Struts 2 populate setters in your actions or are you extracting them yourself? Also, check that the interceptor stack you are using has the fileuploadinterceptor. Don On 12/15/06, Nagraj Rao <[EMAIL PROTECTED]> wrote: Hi all I'm facing a pec

Struts2 : Request found null with Multipart enc-type

2006-12-15 Thread Nagraj Rao
Hi all I'm facing a peculiar problem with one of my forms in Struts2. Whenever I submit the form uaing enc-type as multipart/form-data for file uploads, i'm unable to get any of the form fields in my action. If i remove the file widgets and enc-type attribute, i'm able to get all the form field