Re: FormFile throws Serializable exception in session scope

2006-03-01 Thread Niall Pemberton
The DeferredFileOutputStream used in Commons FileUpload 1.1 is the one from Commons IO (in FileUpload 1.0 it was a commons FileUpload class) - so if you're still seeing the same exception referencing "org.apache.commons.fileupload.DeferredFileOutputStream" then that would indicate you're still usin

Re: FormFile throws Serializable exception in session scope

2006-03-01 Thread Joe Germuska
Ben gmail.com> writes: > > I defined an ActionForm of which it has a FormFile. Prepopulation is > not needed for this ActionForm. Configuring this ActionForm is similar > to any other forms and here is the exception. I get this exception > when I startup/shutdown Tomcat. ... > 2005-11-11 09:45

Re: FormFile throws Serializable exception in session scope

2005-11-10 Thread Ben
I defined an ActionForm of which it has a FormFile. Prepopulation is not needed for this ActionForm. Configuring this ActionForm is similar to any other forms and here is the exception. I get this exception when I startup/shutdown Tomcat. ActionForm: public class UploadForm extends ActionForm { p

Re: FormFile throws Serializable exception in session scope

2005-11-10 Thread Laurie Harper
Ben wrote: Hi Could someone please let me know how to make FormFile work in the session scope? It always gives me Serializable exception. I need to use FormFile in session scope. FormFile is an interface, so I assume it's the particular implementation you're working with that's failing to se

FormFile throws Serializable exception in session scope

2005-11-09 Thread Ben
Hi Could someone please let me know how to make FormFile work in the session scope? It always gives me Serializable exception. I need to use FormFile in session scope. Thanks, Ben - To unsubscribe, e-mail: [EMAIL PROTECTED] For