Re: NewB: Struts FormFile and Session scope FormBean

2005-12-24 Thread Rahul Akolkar
On 12/24/05, Kedar Panse <[EMAIL PROTECTED]> wrote: > Thanks, That would work. But still I'll have to have FormFile in to > ActionForm which is not seriliazable. Giving me error > > IOException while loading persisted sessions: java.io.WriteAbortedException: > writing aborted; java.io.NotSerializ

Re: NewB: Struts FormFile and Session scope FormBean

2005-12-23 Thread Kedar Panse
Thanks, That would work. But still I'll have to have FormFile in to ActionForm which is not seriliazable. Giving me error IOException while loading persisted sessions: java.io.WriteAbortedException: writing aborted; java.io.NotSerializableException: org.apache.commons.fileupload.DeferredFileOutp

Re: NewB: Struts FormFile and Session scope FormBean

2005-12-22 Thread Laurie Harper
Kedar Panse wrote: Hello gurus, I want to use a wizard type of flow where in one screen there is File Upload. As this is wizard, i was using session scoped formbean with one property formfile. But seems like formfile is not serializable. What is proper way of handling this? Given that a fi

NewB: Struts FormFile and Session scope FormBean

2005-12-22 Thread Kedar Panse
Hello gurus, I want to use a wizard type of flow where in one screen there is File Upload. As this is wizard, i was using session scoped formbean with one property formfile. But seems like formfile is not serializable. What is proper way of handling this? Thanks! Kedar