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
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
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
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
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
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.
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
7 matches
Mail list logo