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