InvalidClassException....

2003-09-17 Thread Trieu, Danny
Hi All, I have an ActionForm that has a FormFile attribute used for fileupload. I had the attribute marked as transient so that the ActionForm can be serializable and replicate in a cluster environment. However, the out come is not what I am expected, it throws InvalidClassException. Does

Re: InvalidClassException....

2003-09-17 Thread Steve Ditlinger
, Danny [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Sent: Wednesday, September 17, 2003 10:48 AM Subject: InvalidClassException Hi All, I have an ActionForm that has a FormFile attribute used for fileupload. I had the attribute marked as transient so that the ActionForm

RE: InvalidClassException....

2003-09-17 Thread Trieu, Danny
Thanks steve -Original Message- From: Steve Ditlinger [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 17, 2003 1:44 PM To: Struts Users Mailing List Subject: Re: InvalidClassException This sounds like you need to make sure that each server/node in the cluster has the same