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

Re: Struts FormFile and

2005-01-14 Thread Kishore Senji
I can't think of any usecase where it would fail for not setting the FormFile property to null in the reset. On the otherhand it wouldn't hurt if you set the FormFile to null in the reset(), heeding to the warning that the docs give On Mon, 10 Jan 2005 17:43:43 -0800, Sullivan, Sean C - MWT <[EMA

RE: Struts FormFile and

2005-01-14 Thread Sullivan, Sean C - MWT
I am still searching for an answer. Thanks in advance. -Sean > -Original Message- > Sent: Monday, January 10, 2005 5:44 PM > To: user@struts.apache.org > Subject: Struts FormFile and > > > I read the documentation for the tag > > http://struts.

Struts FormFile and

2005-01-10 Thread Sullivan, Sean C - MWT
I read the documentation for the tag http://struts.apache.org/userGuide/struts-html.html#file According to the Struts documentation: "WARNING: In order to correctly recognize uploaded files, the ActionForm bean associated with this form must include a statement setting the corresponding