Re: serializable and exceptions

2008-02-14 Thread Randy Burgess
List > Date: Thu, 14 Feb 2008 14:27:19 -0600 > To: Struts Users Mailing List > Subject: Re: serializable and exceptions > > Yes, for my own objects, i am going to implement the serializable interface, > however, the xwork class, even if i were to rewrite/replace it, i wo

Re: serializable and exceptions

2008-02-14 Thread Brian Relph
Yes, for my own objects, i am going to implement the serializable interface, however, the xwork class, even if i were to rewrite/replace it, i would also have to rewrite the interceptor to use the new object ... On 2/14/08, Randy Burgess <[EMAIL PROTECTED]> wrote: > > That would be the first thin

Re: serializable and exceptions

2008-02-14 Thread Randy Burgess
That would be the first thing I would do and generate a serialVersionUID for the pojo. Regards, Randy Burgess Sr. Web Applications Developer Nuvox Communications > From: Brian Relph <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List > Date: Thu, 14 Feb 2008 10:38:28 -0600 > To: Struts U