Re: struts beans - serializable?

2003-08-27 Thread Craig R. McClanahan
On Tue, 26 Aug 2003, Evan Schnell wrote: > Date: Tue, 26 Aug 2003 14:49:18 -0500 > From: Evan Schnell <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > To: Struts Users Mailing List <[EMAIL PROTECTED]> > Subject: Re: struts beans - s

Re: struts beans - serializable?

2003-08-26 Thread Evan Schnell
[EMAIL PROTECTED] wrote: are all beans supposed to implement the serializable interface? Everything you put in the HttpSession should be Serializable in order to support session persistence on clustered application servers that support such a thing. If you have something that you don't care

Re: struts beans - serializable?

2003-08-26 Thread ian_d_stewart
MAIL PROTECTED] (614) 213-6100 <[EMAIL PROTECTED]> on 08/26/2003 03:36:07 PM Please respond to "Struts Users Mailing List" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> cc: Subject: struts beans - serializable? I'm developing in struts for the first ti

struts beans - serializable?

2003-08-26 Thread david.ballard
I'm developing in struts for the first time. I query a database and put the data into a bean, then post it to the session. The jsp's then retrieve the ArrayList of beans and present it. All of this is working, but upon looking at the logs I see 2003-08-26 09:10:06 StandardManager[/cams] I